RESOLVED WORKSFORME Bug 24840
FKA: shift-tab problems with <div> nodes with tabIndex
https://bugs.webkit.org/show_bug.cgi?id=24840
Summary FKA: shift-tab problems with <div> nodes with tabIndex
Bill Keese
Reported 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.
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
Becky Gibson
Comment 1 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
Becky Gibson
Comment 2 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.
James Craig
Comment 3 2013-08-19 11:29:26 PDT
Seems to be working okay now. Becky?
Becky Gibson
Comment 4 2013-08-19 11:57:52 PDT
Yes, it does indeed seem to be working correctly 4 years later ;-)
Note You need to log in before you can comment on or make changes to this bug.