[Webkit-unassigned] [Bug 37788] [Chromium] InlineTextBox::paint() ignores the color property in rendering composition text.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 25 20:55:21 PDT 2010


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





--- Comment #4 from Hironori Bono <hbono at chromium.org>  2010-04-25 20:55:20 PST ---
Created an attachment (id=54252)
 --> (https://bugs.webkit.org/attachment.cgi?id=54252)
A manual test case

Thank you for your comments.

(In reply to comment #3)

> By the way, how are you testing this? The only way I could hit this situation
> is if I wrote some IME text and then had JS programmatically set the selection.
> Is there a way a user can hit this bug in the absence of JavaScript?

Thank you for noticing this. Yes, we can reproduce this issue when we change
the DOM selection while typing text on IME. I wrote a simple test case to
reproduce this issue without using test_shell. (I should have posted this test
case first. Sorry.)

What steps will reproduce the problem?
1. Open the attached test case on Windows Chrome:
2. Type text on IME, and;
3. Type a control key.

Expected Result:
We can see IME text

Actual Result:
We cannot see IME text except an underline.

Regards,

Hironori Bono

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