[Webkit-unassigned] [Bug 12566] [Drosera] Console history fixups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 14:04:48 PST 2007


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





------- Comment #3 from catfish.man at gmail.com  2007-02-05 14:04 PDT -------
(In reply to comment #2)
> (From update of attachment 12911 [edit])
> Seems to me we should be looking at keypress events, not keydown or keyup,
> since it's keypress events that actually change the contents of an input
> element. To process after the key is hit, we could perhaps listen for the input
> element's "change" event and keep a global variable to indicate what keypress
> is being processed.

I've fixed all the issues except this one, but I'm not so sure on this; it
seems to me that the behavior in the original patch is somewhat cleaner than
keeping events around in a global just so we can ignore changes due to
up/down/return.


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