[Webkit-unassigned] [Bug 51693] [chromium] editing/input/ime-composition-clearpreedit.html fails in chromium.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 30 19:08:29 PST 2010


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





--- Comment #24 from Jan Erik Hanssen <jhanssen at gmail.com>  2010-12-30 19:08:28 PST ---
(In reply to comment #23)
> It's an issue of Qt port. That extra line is not expected.

Looks like this is due to Qt's implementation of insertText(), which confirms the composition, which in turn sends a compositionend event to the input element (from Editor::confirmComposition()). 

However, looking at Chromium's insertText() implementation that appears to do something similar yet that one doesn't send such an event. Not sure why.

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