Bug 24840 - FKA: shift-tab problems with <div> nodes with tabIndex
Summary: FKA: shift-tab problems with <div> nodes with tabIndex
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Becky Gibson
URL: http://download.dojotoolkit.org/relea...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 03:53 PDT by Bill Keese
Modified: 2013-08-19 11:57 PDT (History)
2 users (show)

See Also:


Attachments
demonstrates the problem using HTML and scripting without Dojo code (2.63 KB, text/html)
2009-07-01 14:24 PDT, Becky Gibson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Keese 2009-03-26 03:53:55 PDT
Try clicking on the scissors icon in one of the toolbars.   The TAB key will advance to the next toolbar but SHIFT-TAB won't go to the previous tab.

This fails on Safari Version 4 Public Beta (4528.16, r41944) on Mac OSx 10.4, and Chrome 2 beta on Windows XP SP3, but works on other browsers, so is presumably a webkit bug.

I couldn't get nightly to run on my machine so didn't try it there.
Comment 1 Becky Gibson 2009-07-01 14:24:15 PDT
Created attachment 32140 [details]
demonstrates the problem using HTML and scripting without Dojo code

I have created a stand alone  HTML  test file that does not require Dojo
Comment 2 Becky Gibson 2009-07-02 04:45:40 PDT
Note that in the attached example file, if you just change the tabindex to -1 rather than removing it, then shift-tab works  fine.  However, I still believe this is a bug, I should be able to remove tabIndex and then add it back.
Comment 3 James Craig 2013-08-19 11:29:26 PDT
Seems to be working okay now. Becky?
Comment 4 Becky Gibson 2013-08-19 11:57:52 PDT
Yes, it does indeed seem to be working correctly 4 years later ;-)