[Webkit-unassigned] [Bug 25147] REGRESSION(r41760-41844): ESC Key does not fire document.onkeypress (affects Yahoo Mail)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 7 20:23:25 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=25147
--- Comment #9 from Glenn Maynard <glenn at zewt.org> 2011-04-07 20:23:25 PST ---
I forgot that keydown is fired on repeats--which doesn't make sense for the event name, but it gives a workaround here.
I need to detect repeats on backspace, not escape, to detect changes to text input fields.
But a correction: IE *doesn't* do this, which I'm guessing is the behavior WebKit's matching. Since there's no consistency here anyway, I guess fixing this won't really make much difference.
(KeyboardEvent.repeat would be helpful, though unrelated--scripts having to track pressed keys manually is brittle.)
--
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