#5552 closed bug (worksforme)
form elements in dialog
Reported by: | jellomaster | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.dialog | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Form elements in dialog get disabled second time dialog is opened. Steps to recreate:
- put some input or textarea fields in a div
- call dialog on that div and open it
- try to put something in the form elements (everything should work properly).
- close the dialog
- open the dialog again
- try to put something in the form elements.
I'm using jquery 1.4.2 and the problem does not exist in ui 1.7.1 It is only a problem in 1.7.2 and newer releases.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Unable to replicate this in jQuery 1.4.2/UI 1.8 or jQuery 1.3.2/UI 1.7.2: http://jsfiddle.net/SYvE9/