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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 03:07:51 PDT 2010


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71857|review?                     |review-
               Flag|                            |




--- Comment #12 from Kent Tamura <tkent at chromium.org>  2010-10-26 03:07:51 PST ---
(From update of attachment 71857)
View in context: https://bugs.webkit.org/attachment.cgi?id=71857&action=review

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

> WebKitTools/DumpRenderTree/chromium/TextInputController.cpp:250
> +    // Sends a keydown event with key code = 0xE5 to emulate input method behavior.

> WebKitTools/DumpRenderTree/chromium/TextInputController.cpp:254
> +    keyDown.windowsKeyCode = 0x5E; // VKEY_PROCESSKEY

Which is correct; 0xE5 or 0x5E?

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