[Webkit-unassigned] [Bug 49523] IME candidate characters inserted unexpectedly to textarea which listens compositionupdate event on Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 5 23:25:03 PST 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com,
                   |                            |rniwa at webkit.org




--- Comment #8 from Alexey Proskuryakov <ap at webkit.org>  2010-12-05 23:25:02 PST ---
I'm not even sure if this is a bug (same about bug 46868). Changing style in a sync event handler is just an invitation for trouble.

The general direction has been to not dispatch synchronous event during DOM manipulation, and perhaps we just shouldn't dispatch compositionupdate synchronously (or at all).

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