Closed
Bug 1431128
Opened 6 years ago
Closed 6 years ago
Slack tab goes blank randomly (when retained display lists enabled)
Categories
(Core :: Web Painting, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | - | fixed |
People
(Reporter: nchevobbe, Assigned: mattwoodrow)
References
Details
(Keywords: regression)
On latest Nightly (59.0a1 (2018-01-17) (64-bit), OSX), from time to time, my Slack tab goes blank. The other tabs are not affected, and reloading the tab makes it "correct" again. There don't seem to be meaningful logs in the browser console. The fun thing is that the cursor still changes if I hover what I think is a link, and messages that I typed blindly were sent. DevTools are still working, and I can even "inspect" elements like I usually do, but the highlighter is not shown. For now, I encountered this bug only on Slack. I'll post updates if I see it on another site. Not sure this belong to this component, so feel free to move it.
Reporter | ||
Updated•6 years ago
|
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86
Reporter | ||
Updated•6 years ago
|
Hardware: x86 → x86_64
Comment 1•6 years ago
|
||
I've been seeing this on Slack tabs today as well (but so far I think only when switching to the tab), on Linux. rnewman mentioned seeing similar on github.
Comment 2•6 years ago
|
||
[Tracking Requested - why for this release]: Tabs going blank randomly is a serious regression that we can't ship.
tracking-firefox59:
--- → ?
Keywords: regression
Comment 3•6 years ago
|
||
Do you have webrender enabled?
I believe I am seeing this issue as well in some Google Docs on macOS. Disabling retained display lists (setting `layout.display-list.retain` to false in about:config) made the content magically appear, so I am guessing it's related to this feature. I do not have Webrender enabled.
Flags: needinfo?(matt.woodrow)
Comment 5•6 years ago
|
||
I don't have WebRender enabled either. From about:support, Graphics section: Decision Log HW_COMPOSITING blocked by default: Acceleration blocked by platform OPENGL_COMPOSITING unavailable by default: Hardware compositing is disabled WEBRENDER opt-in by default: WebRender is an opt-in feature unavailable by runtime: Hardware compositing is disabled OMTP disabled by default: Disabled by default
Comment 6•6 years ago
|
||
And turning off retained display lists also fixes it for me.
Assignee | ||
Updated•6 years ago
|
Blocks: 1352499
Component: Layout: View Rendering → Layout: Web Painting
Flags: needinfo?(matt.woodrow)
Priority: -- → P1
Updated•6 years ago
|
Summary: Slack tab goes blank randomly → Slack tab goes blank randomly (when retained display lists enabled)
Comment 8•6 years ago
|
||
I also saw this happen on GMail, but I don't know what triggered it... Slack triggers it after very little interaction at all.
Comment 9•6 years ago
|
||
The Nightly from just now doesn't seem to have this issue, I suspect the backout of bug 1420737 fixed this.
Assignee | ||
Comment 10•6 years ago
|
||
I can confirm that it was fixed by the backout, and is no longer present in the relanded version.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Assignee: nobody → matt.woodrow
status-firefox57:
--- → unaffected
status-firefox58:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•