Closed
Bug 816043
Opened 13 years ago
Closed 8 years ago
Span label not being rendered in B2G
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: arcturus, Unassigned)
Details
Go to the B2G homescreen.
Add an icon without an animation, just adding the dom and not apply any animation, it doesn't trigger a repaint.
We found a work around forcing a repaint modifying visibility of the parent through JS:
container.style.visibility = 'visible'; //Force the repaint
Comment 1•8 years ago
|
||
Mass closing as we are no longer working on b2g/firefox os.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Comment 2•8 years ago
|
||
Mass closing as we are no longer working on b2g/firefox os.
| Assignee | ||
Updated•8 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•