[Webkit-unassigned] [Bug 141774] New: Underline color doesn't change when color CSS attribute is set in ::selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 18 15:51:07 PST 2015


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

            Bug ID: 141774
           Summary: Underline color doesn't change when color CSS
                    attribute is set in ::selection
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at jonasplatte.de

Created attachment 246852
  --> https://bugs.webkit.org/attachment.cgi?id=246852&action=review
Testcase

Steps to reproduce:

Select a text with a `text-decoration: underline` part while the following CSS rule is active:

    ::selection { color: red; }


Actual results:

The selected text, excluding the underline, is colored red.


Expected results:

The selected text, including the underline, is colored red.

I also reported this bug on the Mozilla Bugzilla, as it happens in Firefox too (with ::-moz-selection): https://bugzilla.mozilla.org/show_bug.cgi?id=1134444

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150218/fbdc69e6/attachment-0002.html>


More information about the webkit-unassigned mailing list