Open
Bug 870619
Opened 12 years ago
Updated 2 years ago
corrupted text after hiding a float element
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
NEW
People
(Reporter: djf, Unassigned)
Details
Attachments
(2 files)
In the Gaia media apps we've got a Save button which, when clicked hides itself. If the element on its left (text-overflow: ellipsis) was overflowed before the button hides, it does not redraw itself correctly.
I'm just taking a wild guess at the right component for this.
I'll attach screenshots. The screenshots show the Gaia music app. I don't have time to create a reduced test case right now. I'm going to workaround the bug by doing elt.textContent = elt.textContent, which seems to force it to redraw itself correctly.
Reporter | ||
Comment 1•12 years ago
|
||
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•