[Webkit-unassigned] [Bug 21688] Label counts are truncated followed by "..." in Gmail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 20 10:09:35 PDT 2008


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #5 from mrowe at apple.com  2008-10-20 10:09 PDT -------
(In reply to comment #4)
> some-label(XXXXX)
> 
> Chrome/Safari       some-label(X....
> IE7                 some-label(XX..
> FF3                 some-label(XXXX
> 
> Anytime there is an overflow, the "...." are shown instead of the truncated
> text. Attached reduced testcase reproduces the above mentioned issue (Compare
> FF3 and webkit r37904)

That is precisely what "text-overflow: ellipsis" is supposed to do!  If the
text would overflow the box, the overflow is indicate with ellipsis rather than
simply truncating the text.  Firefox doesn't support the "ellipsis"
text-overflow value, so it does not do this.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list