Ticket #6737 (closed defect: fixed)
SimpleTextArea: inheriting text from TextArea widget (FF3)
| Reported by: | bill | Owned by: | doughays |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by bill) (diff)
See themeTester.html on FF3. The text displayed in the SimpleTextArea doesn't match what was in the markup.
Then try typing something in the TextArea above the SimpleTextArea and refresh the page. Note that the text you typed in the TextArea now appears in the SimpleTextArea.
Appears to be an FF3 bug since this works on other browsers but we should workaround on our end if possible, and also file a ticket against them.
I presume the bug has something to do with the dynamic creation of <input> nodes messing up FF's auto-form completion.
Change History
Note: See
TracTickets for help on using
tickets.