[Webkit-unassigned] [Bug 118836] New: text-overflow ellipsis shadow is different fr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 18 01:04:08 PDT 2013


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

           Summary: text-overflow ellipsis shadow is different fr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tvogelaar at de-mare.nl


It is annoying that in Safari/Chrome the ellipsis is treated differently from the normal text if I have this CSS: 
.txt { 
text-shadow: 10px 10px 1px #000;
text-overflow: ellipsis; overflow: hidden; 
display: block; 
width: 100px; /* too small for the whole text, so the ellipsis shows */ 
color: rgba(255,0,0,0.2); 
}

You'll see that the ellipsis in the drop shadow is almost transparent just like the actual (red) text, while the rest of the text in the drop shadow is 100% opaque.

Firefox is doing fine here.

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