Search and Top Navigation
#7239 closed bug (notabug)
Opened April 12, 2011 05:01AM UTC
Closed September 22, 2011 07:47AM UTC
JQuery.dialog() doesn't play well with Textarea in Firefox 4
Reported by: | mmhan2u@gmail.com | Owned by: | mmhan2u@gmail.com |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.11 |
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
Attachments (0)
Change History (4)
Changed April 12, 2011 12:04PM UTC by comment:1
component: | ui.core → ui.dialog |
---|
Changed September 06, 2011 10:23PM UTC by comment:2
owner: | → mmhan2u@gmail.com |
---|---|
status: | new → pending |
Please provide a reduced test case showing the problem. You can use jsFiddle or jsbin as mentioned in the red message box. The pastebin example can't be run and references code that doesn't exist.
Changed September 08, 2011 06:47AM UTC by comment:3
I'm afraid I can no longer reproduce the error anymore. I will reopen this ticket when I encounter this error again.
Changed September 22, 2011 07:47AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Sounds like a bug in Firefox.