[Webkit-unassigned] [Bug 57601] New: "text-overflow: ellipsis" should treat images/inline-blocks as large glyphs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 18:51:47 PDT 2011


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

           Summary: "text-overflow: ellipsis" should treat
                    images/inline-blocks as large glyphs.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rkofman at google.com


Overview: "text-overflow: ellipsis" currently does not an ellipsis if the overflow happens to land on an image. It just cuts the image off in the middle. It should instead hide the entire image and show an ellipsis instead.

Steps to Reproduce:

1) Use "text-overflow:ellipsis" with "white-space:nowrap", etc. on a container.
2) Include images or inline-block elements inside of the container.
3) set the width so the overflow happens on the image.

Actual Results: The image gets partially cut off, no ellipsis appears.

Expected Results: The image should be completely hidden, and an ellipsis should appear after the last element/glyph before the image.

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