Closed
Bug 876365
Opened 12 years ago
Closed 7 years ago
Get a pref() to paint setVisible(false)'d mozbrowser iframes
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: timdream, Unassigned)
References
Details
See dev-b2g "Proposal: an option to paint the setVisible(false)'d mozbrowser iframe with a random solid color, or chessboard pattern"
We are currently throw away what's painted in the iframe if the frame
is being set to not visible. Gaia devs have hard time debugging when
they work on those and forget to (temporary) set a background color to
those otherwise invisible frames.
It would be nice if we have a pref in Gecko, when enabled, turn those
iframes into a random solid color, or chessboard pattern.
Updated•11 years ago
|
Blocks: browser-api
Comment 1•11 years ago
|
||
It should be relatively easy to figure out which iframes are setVisible(false)'ed (for example, their docshells should have isActive == false), but I don't actually know how to paint them differently. You'll need to ask a layers/gfx person.
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•