[Webkit-unassigned] [Bug 104768] Uninitialized text decoration color is propagated to ruby text.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 00:52:30 PST 2012


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


Ryosuke Niwa <rniwa at webkit.org> changed:

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




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2012-12-12 00:54:53 PST ---
(From update of attachment 178975)
View in context: https://bugs.webkit.org/attachment.cgi?id=178975&action=review

> Source/WebCore/rendering/InlineTextBox.cpp:978
> +    underline = overline = linethrough = Color::transparent;

The fix doesn't seem right. getTextDecorationColors should be assigning correct values. If not, we need to fix the bug in getTextDecorationColors instead.

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