[Webkit-unassigned] [Bug 46868] Input Method inserts conversion candidates unexpectedly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 03:50:46 PDT 2010


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





--- Comment #13 from Kenichi Ishibashi <bashi at google.com>  2010-10-26 03:50:46 PST ---
(From update of attachment 71857)
View in context: https://bugs.webkit.org/attachment.cgi?id=71857&action=review

Hi kent-san,

Thank you very much your rapid response. I'll post revised patch in a minute.

>> LayoutTests/platform/chromium/fast/text/chromium-mac-duplicate-ime-composition-expected.txt:1
>> +This page tests that the composition text of an input method does not insert oddly into a textarea which have an event handler that changes the style of the textarea, as reported in the issue 46868. When you input text into the following textarea with an input method, the composition text should not insert oddly.
> 
> I think the first sentence is the test description and the last sentence is an instruction of manual test when we open the test with a browser.
> "oddly" is ok for the description, but it's not ok for the instruction.  Please write what result is wrong concretely.

Revised the description to include wrong and correct result.

>> WebKitTools/DumpRenderTree/chromium/TextInputController.cpp:254
>> +    keyDown.windowsKeyCode = 0x5E; // VKEY_PROCESSKEY
> 
> Which is correct; 0xE5 or 0x5E?

0xE5 is correct. Sorry for confusion.

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