WebExtensions popup blank
Categories
(WebExtensions :: Frontend, defect, P1)
Tracking
(firefox68 verified)
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | verified |
People
(Reporter: Leif.AMO, Unassigned)
References
Details
Attachments
(3 files)
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 6•8 years ago
|
||
Updated•8 years ago
|
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
| Comment hidden (mozreview-request) |
Comment 11•8 years ago
|
||
| mozreview-review | ||
Comment 12•8 years ago
|
||
Comment 13•8 years ago
|
||
Updated•8 years ago
|
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Comment 16•8 years ago
|
||
Comment 17•8 years ago
|
||
Updated•8 years ago
|
Comment 18•8 years ago
|
||
Comment 19•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 22•7 years ago
|
||
Comment 23•7 years ago
|
||
Updated•7 years ago
|
Comment 25•7 years ago
|
||
Still an issue for me in 66.0 (64-bit) Linux and Nightly 68.0a1 (2019-03-20) (64-bit) Linux.
Comment 26•7 years ago
|
||
The issue can be reproduced in 67.0b13(64-bit) Windows 10, using the test addon from this bug.
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Build Id: 20190422163745
Comment 27•7 years ago
|
||
As described in comment 8 and comment 13 this looks like an issue while at a gfx layer, the attachment 8958062 [details] contains a possible workaround (which basically forces a redraw right after the invisible XUL browser used to preload the popup is swapped with the XUL browser actually visible in the browserAction popup) but the actual issues seems to be actually happening at a gfx layer.
I also recall, from the past investigations on this issue, that the underlying issue looked as some kind of race, because the timing of pressing and releasing the mouse on the browserAction was affecting the ability of triggering these intermittent rendering issue.
The fact that the reproducibility of this issue depends from the timing of the browser swapping happening for a browserAction popup is also very likely the reason why it seems that the changes in Bug 1446027 may have made this issue easier to reproduce.
Comment 28•7 years ago
|
||
(In reply to Luca Greco [:rpl] from comment #27)
I also recall, from the past investigations on this issue, that the underlying issue looked as some kind of race, because the timing of pressing and releasing the mouse on the browserAction was affecting the ability of triggering these intermittent rendering issue.
The fact that the reproducibility of this issue depends from the timing of the browser swapping happening for a browserAction popup is also very likely the reason why it seems that the changes in Bug 1446027 may have made this issue easier to reproduce.
Yes! When I very quickly click the browser action icon, the browser action popup is always rendered fully and properly.
When I press and then release a moment later, the popup shows the bug: an "empty" popup that is painted as the mouse hovers over it.
Not sure what the minimum time is for a "good" click. Anything longer than a quick click is too long. Guessing about 10ms or so.
Comment 29•7 years ago
|
||
Bug 1547277 might have fixed this, someone should retest in a build with that fixed.
Comment 30•7 years ago
|
||
I verified and can confirm that this issue is fixed for the latest Firefox Nightly (68.0a1, buildID:20190514214217) on Windows 10 x64, Ubuntu 15.04 and mac OS 10.13.6.
Comment 31•7 years ago
|
||
Yep. Works for me on 64bit Linux Firefox Nightly 68.0a1 (2019-05-16).
Whoo.
Updated•7 years ago
|
Description
•