Closed Bug 844337 Opened 11 years ago Closed 6 years ago

text-overflow:ellipsis's "..." does not get hidden with body text

Categories

(Core :: Graphics, defect)

x86
macOS
defect
Not set
normal

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.
Best bug evar?
If I filed this bug, I would put it on my OK Cupid profile.
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: 11 years ago
Resolution: --- → INVALID
`white-space: nowrap` is irrelevant to this bug.

http://jsfiddle.net/QNJnw/3/
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
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: 11 years ago6 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.