[Webkit-unassigned] [Bug 44078] New: Mobile Safari: tabbing through fields via Previous/Next/Done bar should fire keydown event but doesn't
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 16 15:29:37 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44078
Summary: Mobile Safari: tabbing through fields via
Previous/Next/Done bar should fire keydown event but
doesn't
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: enewport at paypal.com
When you focus a text box in a form in Mobile Safari, a Previous/Next/Done bar pops up along with the keyboard. Its interaction is analogous to tabbing through form fields on a desktop browser.
However, when you tab through the form fields using this Previous/Next/Done bar, only blur and focus events fire. It would be much more useful for JS scripting if it fired a keydown event with the keycode of the tab character before firing the blur/focus events as is done in desktop browsers.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list