Bug 13464

Summary: UNABLE TO FOCUS on NON-FORM ITEMS
Product: WebKit Reporter: Kanda <kanda>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac (Intel)   
OS: OS X 10.4   

Kanda
Reported 2007-04-23 18:06:12 PDT
If we have a table on the web page, when using tab to navigate the table (like excel), on safari, it tabs to the different controls on the page instead of navigating the table like excel. From the developer connection, we found the following information, but it causes all operations (eg. tabindex) and functions that require focus to not work well on these elements. onFocus <element onFocus="handler(/args/);" ...> Discussion Called when the associated element receives keyboard input focus. Can only be used with elements that can receive keyboard input such as |<input>|, |<textarea>|, or |<select>|. Availability * Available in Mac OS X v10.2 with Safari 1.0 and later. * Available in Mac OS X v10.2.7 and later. This causes all operations (eg. tabindex) and functions that require focus to not work well on these elements
Attachments
Dave Hyatt
Comment 1 2007-04-23 18:10:19 PDT
Need more information. Are you talking about links? Please supply a URL or test case.
Jesse Costello-Good
Comment 2 2007-06-28 10:03:28 PDT
This is a duplicate of 7138.
David Kilzer (:ddkilzer)
Comment 3 2007-07-05 21:58:52 PDT
*** This bug has been marked as a duplicate of 7138 ***
Note You need to log in before you can comment on or make changes to this bug.