[Webkit-unassigned] [Bug 118836] text-overflow ellipsis shadow is different from rest of the text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 12 23:41:26 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118836
gur.trio at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gur.trio at gmail.com
--- Comment #1 from gur.trio at gmail.com 2013-09-12 23:40:37 PST ---
(In reply to comment #0)
> 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.
Please add an html file which shows the issue clearly.
--
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