[Webkit-unassigned] [Bug 5241] Space and tab characters "sent" by an input method give totally different results than typing them directly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 23 17:44:47 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=5241
MORITA Hajime <morrita at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #39 from MORITA Hajime <morrita at google.com> 2011-01-23 17:44:46 PST ---
Hi, Ryosuke, can I ask you to rs+ this?
r76125 was reverted at r76226 due to chromium test failure and the test actually broken.
And Mac DRT did't catch the error but Chromium's did:
+ textInputController.setMarkedText(compositionText, 0, compositionText);
should be
+ textInputController.setMarkedText(compositionText, 0, compositionText.length);
After this change the test passed on Chromium DRT.
I'm sorry for disturbing you so much on this bug...
--
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