Opened 12 years ago
Closed 12 years ago
#8839 closed bug (invalid)
JQuery.dialog() Bug
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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
Note: See
TracTickets for help on using
tickets.
Please report jQuery Ui bugs at the jQuery UI bug tracker