Modify ↓
Ticket #8839 (closed bug: invalid)
JQuery.dialog() Bug
| Reported by: | mmhan2u@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Basically, Form elements under $("#fooForm") is cleared and populated before $('div.fooFormContainer').dialog({...}).show() and problem arises on textarea. It shows a previously used value, when it shouldn't. It doesn't show a value, when it should.
If clearing and population is done after $('div.fooFormContainer').dialog({...}).show() it works.
And it only happens in Firefox 4 not chrome. By the way, I'm using Win 7.
Full details is listed below http://pastebin.com/qQu7J5dr
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please report jQuery Ui bugs at the jQuery UI bug tracker