[Webkit-unassigned] [Bug 45843] can not prevent tab keys from performing their default action

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 13:43:28 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45843





--- Comment #4 from Jason Proctor <jason at redfish.net>  2010-09-21 13:43:28 PST ---
if i bind to "keypress" instead of "keyup", I don't even get called for tab key presses at all.

binding to keydown seems to do the right thing, but tracking at that level requires more work.

seems like some classes of key are different to others? i'm seeing similar behaviour with return keypresses.

-- 
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