[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 14:54:34 PDT 2011


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





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2011-05-23 14:54:34 PST ---
Mn... it seems like the problem isn't really that WebKit not firing keypress event but rather that WebKit renderers caret in the editable region even though it doesn't have a focus.

On Firefox 3.6 and Internet Explorer 9, focus is never set on the editable element and the caret is never drawn.  Only when the user clicks for the second time, they start rendering caret.

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