Bug 19001 - elements with a tabindex set should be programmatically focusable
Summary: elements with a tabindex set should be programmatically focusable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-11 18:07 PDT by Ojan Vafai
Modified: 2008-05-12 12:38 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2008-05-11 18:07:32 PDT
The HTML5 spec does a better job of describing this than I would: http://www.whatwg.org/specs/web-apps/current-work/#focus

IE and Firefox support this currently. This breaks things like keyboard navigation of the "More actions" menu in Gmail.
Comment 1 Alice Liu 2008-05-12 12:35:22 PDT
(In reply to comment #0)
> The HTML5 spec does a better job of describing this than I would:
> http://www.whatwg.org/specs/web-apps/current-work/#focus
> 
> IE and Firefox support this currently. This breaks things like keyboard
> navigation of the "More actions" menu in Gmail.
> 

Ojan, as of r32664, elements with tabindex set are programatically focusable.  What exactly is the broken behavior you mention with the "more actions" menu at gmail?  Please include detailed steps to reproduce, and your expected results.  thanks. 
Comment 2 Ojan Vafai 2008-05-12 12:38:14 PDT
My bad. I should have tested a nightly. I just tested in 3.1 (which, fwiw, I listed in the version). Marking bug fixed, sorry for the spam.