[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
Tue May 24 10:58:28 PDT 2011


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





--- Comment #11 from Ryosuke Niwa <rniwa at webkit.org>  2011-05-24 10:58:28 PST ---
(In reply to comment #8)
> (In reply to comment #7)
> > It seems we observed two issues and we do have two patches now. :) It will be good to test the build with both patches.
> 
> I'm slightly confused. Does the patch from 38696 fix this on its own?

No.  It's just that your patch would make WebKit's behavior more reasonable.  This patch stops WebKit's rendering of caret in a contenteditable element with a selection when the element doesn't have a focus.  However, due to the bug 38696, a user can still type text in the element (because focus is automatically moved to the element) and the element will be focused.

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