Ticket #5835 (closed defect: fixed)
Cannot shift-tab out of editor on IE
| Reported by: | simonjb | Owned by: | doughays |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | bill, peller |
Description
To reproduce:
- open /dijit/tests/test_Editor.html
- tab to editor text
- press shift-tab to focus the toolbar
- press shift-tab
Expected:
- focus to go to the first thing before the editor (the IE application toolbar)
Actual:
- focus returns to the editor text
Notes:
- only happens on the first editor on test_Editor.html
- only happens when you go from the editor to the toolbar; ie. tab to first toolbar and shift-tab works fine
- possibly related to http://trac.dojotoolkit.org/changeset/12148 See http://archive.dojotoolkit.org/dojo-2008-01-24/dojotoolkit/dijit/tests/test_Editor.html and http://archive.dojotoolkit.org/dojo-2008-01-25/dojotoolkit/dijit/tests/test_Editor.html
Change History
Note: See
TracTickets for help on using
tickets.