#6737 closed defect (fixed)
SimpleTextArea: inheriting text from TextArea widget (FF3)
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
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 (4)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | → 1.2 |
---|
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [13758]) Fixes #6737. Add autocomplete=off to native textarea nodes.