WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
57601
"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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug