Opened 12 years ago
Closed 12 years ago
#7593 closed bug (notabug)
jQuery Dialog Problem in ASP.Net & Sharepoint
Reported by: | aria_cop | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.14 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, When jQuery Dialog render the dialog , it creates element outside of main asp.net/Sharepoint <FORM tag and it cause server side events doesn't work, because page controls will not post back and even textbox values will be empty in server side functions. I use dialog() to a div contained some textbox and a button to submit within a asp UpdatePanel (for ajax purpose) in a sharepoint webpart.
Best Regards, Morteza
Note: See
TracTickets for help on using
tickets.
This isn't a bug, this is necessary for the dialog to display properly. See related tickets #4980 and #5762.