[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
Tue Apr 20 04:45:18 PDT 2010


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





--- Comment #2 from Hironori Bono <hbono at chromium.org>  2010-04-20 04:45:17 PST ---
Created an attachment (id=53795)
 --> (https://bugs.webkit.org/attachment.cgi?id=53795)
A possible fix (This is just for your information.)

Thank you for your comment.

(In reply to comment #1)
> Can we have just a bit more context, like the name of the file where you're
> proposing the change?

Sorry for the lack of any context about this bug. Even though
InlineTextBox::paint() paints the background of a selection in the
selection-background color unless the selection is created by an input method,
it paints the foreground of a selection in the selection-foreground color even
if the selection is created by an input method. So, when we set the
selection-foreground color to white (like Windows Chrome),
InlineTextBox::paint() renders the selection foreground created by an input
method in white without painting its background in the selection-background
color. Would it be possible to give me if this behavior is by design or a bug?

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