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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 16 16:40:58 PDT 2008


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

           Summary: Label counts are truncated followed by "..." in Gmail
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://www.gmail.com
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


I Steps:
Login to http://www.gmail.com

II Issue:
The label counts in GMail get trimmed if the label + count is long enough (for
example, 15 chars in !!NextRead!! (15...). The actual value should have been
!!NextRead!!(15XX)

Example:
some-label(XXXXX)

Chrome/Safari       some-label(X....
IE7                 some-label(XX..
FF3                 some-label(XXXX

So if the count is higher than XXXX i.e. XXXXX and above even FF3 truncates.
So the bug is Chrome displays only X out of XXXXX while FF3 displays XXXX

III Conclusion:
In the styles, the <div> that contains the text has text-overflow set to
"ellipsis" so anytime there is an overflow, the "...." are shown instead of the
truncated text.
FF3 doesn't use ellipsis however. It just truncates the text.

IV Other Browsers:
IE7: not ok
FF3: ok

V Nightly tested: 37604


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