#7962 closed defect (fixed)
SimpleTextArea scrolls to top when loosing focus
Reported by: | William Riley | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When focus is lost on a SimpleTextArea? widget, it scrolls to the top of the text.
The problem can be seen on the test page: http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_SimpleTextarea.html
Change History (4)
comment:1 Changed 12 years ago by
Owner: | set to Douglas Hays |
---|
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
[15528] Fixes #7962. Changing the textarea value unnecessarily causes the browser to autoscroll.