[Webkit-unassigned] [Bug 61310] keypress doesn't fire for the first key down event when contenteditable is set by an event handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 15:32:58 PDT 2011


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2011-05-23 15:32:57 PST ---
Created an attachment (id=94504)
 --> (https://bugs.webkit.org/attachment.cgi?id=94504&action=review)
work in progress

This work-in-progress patch will make WebKit not to render a caret inside an editable region if it's not focused.  But I'm not sure if this is what a user would expect because the editable element is focused when a user modifies selection by pressing arrow keys or other means.  This is glitch caused by https://bugs.webkit.org/show_bug.cgi?id=38696.

Any opinions / suggestions as to what to do here?

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