Popup doesn't show any content on initial paint
Categories
(Core :: Graphics, defect, P3)
Tracking
()
People
(Reporter: agashlin, Unassigned)
References
(Regression)
Details
(Keywords: regression)
From a clean profile on Nightly 20190426094913 on Windows 10
STR:
- Don't have a logged in Phabricator session (alternately you could be logged in and leave the option checked in step 3)
- Install the MyQOnly WebExtension (tested with 0.7.1)
- In the MyQOnly options, uncheck "Use pre-existing Phabricator session in default container", this will cause it hide the "Warning: Not logged in to Phabricator" message with
display: none
- Click on the toolbar icon to display the popup
The popup will show with invisible content (just white), though it sometimes works the first time but not thereafter. The content is there, you can see the mouse cursor change when mousing over it, and if you click refresh (in the upper right) it shows up.
I tried did a regression and landed on https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=b29c87add05f735b250612ca2444103652750091&tochange=4e0d6226ba5f9fbb37e00504cd332d6bd1fae4fe ,
but this was happening occasionally before that point. It seems that with the change in bug 1446027 it switched to happening every time, but the root cause must be deeper.
Removing the display: none
for the hidden
class avoids the issue.
When the warning does show there are scrollbars within the popup, though this may be a different issue.
Updated•6 years ago
|
![]() |
||
Updated•5 years ago
|
![]() |
||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Hi Adam, would you mind checking if the issue still happens on a recent build? If so, could you please attach your about:support, and if you have WebRender enabled (about:support will show Compositing: WebRender
), could you try to disable it (about:config, gfx.webrender.force-disabled
to True) and see if that helps? Thanks!
Reporter | ||
Comment 2•5 years ago
|
||
I'm not seeing the issue currently using the STR I described (Nightly build 20200114094410, Compositing: Direct3D 11 (Advanced Layers), MyQOnly 0.7.1), the popup contents are visible.
Comment 3•5 years ago
|
||
Ah, great :) Thanks for verifying! Please drop a note if it suddenly comes back for you, we can keep the bug open for a bit just in case :P Thanks.
Updated•5 years ago
|
Comment 4•5 years ago
|
||
(In reply to Adam Gashlin (he/him) [:agashlin] from comment #0)
- Click on the toolbar icon to display the popup
The popup will show with invisible content (just white)
Sounds like attachment 9078821 [details].
(In reply to Adam Gashlin (he/him) [:agashlin] from comment #2)
I'm not seeing the issue currently using the STR I described
If it's the same issue I described above, then maybe you had apz.allow_zooming set to true which is fixed in bug 1560770. However, the same problem occurs sporadically even with that preference at the default value, and a recent apparent duplicate of bug 1566937 points to the issue persisting. Can someone please have a look at the latter report?
Reporter | ||
Comment 5•5 years ago
|
||
(In reply to Gingerbread Man from comment #4)
(In reply to Adam Gashlin (he/him) [:agashlin] from comment #0)
- Click on the toolbar icon to display the popup
The popup will show with invisible content (just white)
Sounds like attachment 9078821 [details].
(In reply to Adam Gashlin (he/him) [:agashlin] from comment #2)
I'm not seeing the issue currently using the STR I described
If it's the same issue I described above, then maybe you had apz.allow_zooming set to true which is fixed in bug 1560770.
The popup wasn't tiny, just blank, and this was happening with a fresh profile, so I don't think the issue I was seeing was caused by the pref you mention. (Though I was also testing with a different extension, so maybe the size part just didn't apply.)
Comment 6•3 years ago
|
||
WFM per comment 2
Description
•