Closed
Bug 844337
Opened 13 years ago
Closed 8 years ago
text-overflow:ellipsis's "..." does not get hidden with body text
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: basta, Unassigned)
References
(Blocks 1 open bug)
Details
When an element has text-overflow set to "ellipsis" and the element is too small to contain the text (i.e.: the text-overflow is triggered), the "..." that's added does not blink when the element is within a <blink> tag.
<blink>
<div style="background:red;height:1em;width:50px;text-overflow:ellipsis;overflow:hidden">
trolololololololo
</div>
</blink>
http://jsfiddle.net/QNJnw/
Expected results:
All text, including the "...", blinks
Actual results:
The "..." does not blink with the rest of the text.
Comment 1•13 years ago
|
||
Best bug evar?
Comment 2•13 years ago
|
||
If I filed this bug, I would put it on my OK Cupid profile.
Comment 3•13 years ago
|
||
You're missing `white-space: nowrap`: https://developer.mozilla.org/en-US/docs/CSS/text-overflow
https://github.com/mozilla/zamboni/blob/master/media/css/mkt/lib.less#L205
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 4•13 years ago
|
||
`white-space: nowrap` is irrelevant to this bug.
http://jsfiddle.net/QNJnw/3/
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Updated•9 years ago
|
Blocks: text-overflow
Comment 5•8 years ago
|
||
Looks like this became invalid of bug 857820, which removed support for the <blink> tag (and the visual effect of text-decoration:blink).
--> Closing, though feel free to reopen if there's still something broken here that's still visible in up-to-date Firefox. (e.g. some other visual feature that reveals a version of the same issue)
Status: REOPENED → RESOLVED
Closed: 13 years ago → 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•