[Webkit-unassigned] [Bug 13464] New: UNABLE TO FOCUS on NON-FORM ITEMS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 23 18:06:12 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13464

           Summary: UNABLE TO FOCUS on NON-FORM ITEMS
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kanda at agile.com


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


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list