#4706 closed bug (fixed)
Dialog: can't get value from textarea in modal dialog second time dialog is opened in Opera
Reported by: | vrn_shan | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | ui.dialog | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See
Steps to reproduce in Opera:
- Click 'click here' link to open the dialog
- Type 'some text' in the textarea
- Click 'Alert' button to close the dialog
- See 'some text' in the alert
- Close the dialog
- Click 'click here' link to open the dialog
- Type 'some more text' in the textarea
- Click 'Alert' button to close the dialog
Expected result:
- See 'some more text' in the alert
Actual result:
- See no text in the alert
Doesn't happen if you set modal: false, or do in browsers other than Opera.
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Another odd behaviour: Don't remove the textarea value on the button-click, then open the dialog, enter something, alert, close, open, remove text manually, alert - that will still alert what you entered previously.
comment:4 Changed 10 years ago by
Neither Scott nor I get anywhere with this. Could you try to produce a testcase with the use of jQuery UI, that we or you could submit to Opera?
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I honestly have no idea what the problem was, but it no longer exists in trunk.
Note: See
TracTickets for help on using
tickets.
Refactored testpage: http://jsbin.com/ovovo/edit