UNCONFIRMED57601
"text-overflow: ellipsis" should treat images/inline-blocks as large glyphs.
https://bugs.webkit.org/show_bug.cgi?id=57601
Summary "text-overflow: ellipsis" should treat images/inline-blocks as large glyphs.
Roman Kofman
Reported 2011-03-31 18:51:47 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.