Closed
Bug 1496726
Opened 6 years ago
Closed 6 years ago
Page content disappears while devtools toolbox is open
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
geckoview62 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | fixed |
People
(Reporter: jdm, Assigned: aosmond)
References
Details
(Keywords: regression)
Attachments
(1 file)
When I open the devtools, the page content turns white. When I close the toolbox, the page content reappears. This has happened since at least the 9/22 nightly build for me.
Reporter | ||
Comment 1•6 years ago
|
||
I'll see if I can narrow down the window in which this started happening.
Keywords: regression
Reporter | ||
Comment 2•6 years ago
|
||
mozregression gave me https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=be6801cdeb537afa655bbd67d12ead8dc01c6c38&tochange=302dcd8139426cfe25b9d2685800809c2d603658
Blocks: 1485420
Component: General → Graphics: WebRender
Product: DevTools → Core
QA Contact: pbrosset → mreavy
Updated•6 years ago
|
QA Contact: mreavy
Comment 3•6 years ago
|
||
I can reproduce this when I zoom the developer tools on Mac.
Updated•6 years ago
|
Blocks: stage-wr-trains
Priority: -- → P1
Updated•6 years ago
|
status-firefox62:
--- → unaffected
status-firefox63:
--- → unaffected
status-firefox64:
--- → affected
status-firefox-esr60:
--- → unaffected
status-geckoview62:
--- → unaffected
OS: Mac OS X → All
Hardware: x86_64 → Desktop
Comment 4•6 years ago
|
||
Hey Andrew, mozregression seems to point to Bug 1485420 as the culprit, and we just made this a P1 bug. Can you take a look at this as a top priority? Thanks.
Assignee: nobody → aosmond
Flags: needinfo?(aosmond)
Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Maire Reavy [:mreavy] Plz needinfo from comment #4)
> Hey Andrew, mozregression seems to point to Bug 1485420 as the culprit, and
> we just made this a P1 bug. Can you take a look at this as a top priority?
> Thanks.
Reviewing the code, I think I should have put the zoom display item on the exclusion list for applying the clip transformation. I'll verify this and double check for anything else I might have missed...
Flags: needinfo?(aosmond)
Assignee | ||
Updated•6 years ago
|
Assignee: aosmond → aosmond
Assignee | ||
Comment 6•6 years ago
|
||
Pushed by aosmond@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/13430c50d084
Fix how some display item containers were missing from the clip optimization exclusion list. r=mstange
Comment 8•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•