[wayland] Select popup in web-extension popup doesn't show up.
Categories
(Core :: Widget, defect, P3)
Tracking
()
People
(Reporter: emilio, Assigned: stransky, NeedInfo)
References
(Blocks 1 open bug)
Details
Attachments
(6 files)
This happens regardless of my fix for bug 1732829. If I install this add-on, showing the popup sometimes works, sometimes doesn't. Usually requires 3 or 4 clicks.
(I'm on Gnome 40 on Fedora 34)
Assignee | ||
Comment 1•3 years ago
|
||
Emilio, is that recent regression?
Assignee | ||
Comment 2•3 years ago
|
||
Also can you attach log of MOZ_LOG="WidgetPopup:5" when it fails to open?
Assignee | ||
Comment 3•3 years ago
|
||
btw. works for me, at least with stock Firefox from Fedora 34 (93.0).
Reporter | ||
Comment 5•3 years ago
|
||
It doesn't work for me on stock Fedora 34 either (nor on Nightly, nor on mozregression --launch 93
):
Name Firefox
Version 93.0
Build ID 20211007233316
Distribution ID fedora
User Agent Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0
OS Linux 5.14.10-200.fc34.x86_64 #1 SMP Thu Oct 7 20:49:53 UTC 2021
OS Theme Matcha-dark-azul / Matcha-azul
Application Binary /usr/lib64/firefox/firefox
Will try to get the log.
Reporter | ||
Comment 6•3 years ago
|
||
I applied that to make some more sense of the logs. Let me know if you want a version of it landed somehow.
Reporter | ||
Comment 7•3 years ago
|
||
This is a log of just opening the extension popup and clicking on the select (which didn't show up).
Reporter | ||
Comment 8•3 years ago
|
||
This is a log of me doing the same but clicking on the select a couple times, which eventually opened it.
Assignee | ||
Comment 9•3 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #6)
I applied that to make some more sense of the logs. Let me know if you want a version of it landed somehow.
Yes please, it looks great!
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 10•3 years ago
|
||
Can you please run with MOZ_LOG="Widget:5, WidgetPopup:5", click only once on the extension button (I expect the popup won't be shown), close browser and attach the log here?
Reporter | ||
Comment 11•3 years ago
|
||
Reporter | ||
Comment 12•3 years ago
|
||
(just so it doesn't fall out the radar)
Assignee | ||
Comment 13•3 years ago
|
||
Hm, from the log the popup is visible...looks like a rendering bug.
Please comment out gtk_widget_set_app_paintable() calls from nsWindow.cpp, rebuild and try again. You may see an empty popup after the click.
Assignee | ||
Comment 14•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 15•3 years ago
|
||
Reporter | ||
Comment 16•3 years ago
|
||
(In reply to Martin Stránský [:stransky] (ni? me) from comment #13)
Please comment out gtk_widget_set_app_paintable() calls from nsWindow.cpp, rebuild and try again. You may see an empty popup after the click.
Nope, still no popup :/
However after forcing useMoveToRect
to false
, then I get the popup consistently.
Comment 17•3 years ago
|
||
The severity field is not set for this bug.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•3 years ago
|
Comment 18•3 years ago
|
||
![]() |
||
Updated•3 years ago
|
Comment 19•3 years ago
|
||
bugherder |
Comment 20•3 years ago
|
||
Comment 21•3 years ago
|
||
The severity field is not set for this bug.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 22•3 years ago
|
||
bugherder |
Assignee | ||
Updated•3 years ago
|
Comment 23•3 years ago
|
||
I try to install this extension https://addons.mozilla.org/en-US/firefox/addon/surfshark-vpn-proxy/
But the popup never shows. I still cannot install this extension.
I tried a couple of extensions. Never succeed.
Firefox 93 on openSUSE Tumbleweed KDE Wayland.
Assignee | ||
Comment 24•3 years ago
|
||
(In reply to Guo Yunhe from comment #23)
I try to install this extension https://addons.mozilla.org/en-US/firefox/addon/surfshark-vpn-proxy/
But the popup never shows. I still cannot install this extension.
I tried a couple of extensions. Never succeed.
Firefox 93 on openSUSE Tumbleweed KDE Wayland.
Can you try Firefox 94 and latest nightly?
https://fedoraproject.org/wiki/How_to_debug_Firefox_problems?rd=Bug_info_Firefox#Testing_Mozilla_binaries
Thanks.
Comment 25•3 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:spohl, maybe it's time to close this bug?
For more information, please visit auto_nag documentation.
Reporter | ||
Comment 26•3 years ago
|
||
Seems to work consistently now.
Updated•3 years ago
|
Description
•