Bug 19001

Summary: elements with a tabindex set should be programmatically focusable
Product: WebKit Reporter: Ojan Vafai <ovafai>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alice.barraclough
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: OS X 10.5   

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.