Ticket #5835 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

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:

Change History

Changed 6 months ago by becky

  • status changed from new to assigned

Changed 6 months ago by becky

I am not making much progress on thie ticket. I am putting it on hold until the new editor is landed as I suspect the problem may be related to the iframe. If the editor overhaul doesn't appear by Feb 25 I will tackle this again as it needs to be fixed for 1.1.

Changed 6 months ago by doughays

  • owner changed from becky to doughays
  • status changed from assigned to new

Changed 6 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(In [12842]) Fixes #4996, #5835 !strict. IE wanted badly to focus the iframe's BODY tag on the way in and out. I added an onfocus handler for IE that just moved the focus either up or down another level to avoid stopping on the BODY tag. Also fixed a few code-style issues. becka11y verified correct behavior.

Note: See TracTickets for help on using tickets.