#4745 closed defect (fixed)
Textarea (iframe in Firefox) not working after tab removed and added
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | textarea iframe Firefox | Cc: | |
Blocked By: | Blocking: |
Description
I have a Textarea in a tab that gets hidden and shown using removeChild and addChild. The Textarea seems to be implemented as an iframe in Firefox, but as a fieldset with a textarea in IE. Of course it works in IE7, but not Firefox. After the control is hidden and shown, it cannot be accessed in the code or clicked on and edited on the page. It is very strange and looks like a bug. A test file is being attached.
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | TextareaTest.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | 1.0 → 1.1 |
---|---|
Owner: | set to Douglas Hays |
Priority: | high → normal |
severity: | major → normal |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Tested using Firefox 2.0.0.8, WinXP Pro SP2, Dojo revision [11097] and it seems to be working OK.
comment:4 Changed 13 years ago by
Milestone: | 1.1 → 1.0 |
---|
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Not sure if this is the same issue, but I get an error in TextArea::postCreate when my dialog template contains a textarea with a dojotype="dijit.form.Textarea" in FireFox? 2. This works in a dialog with IE and works in a page with FireFox?. This may be an old issue, but we can't upgrade past 8/30 build due to defect #4704