Bug 1457201
Summary: | Wayland - child pop-up menu is not shown | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Martin Stransky <stransky> |
Component: | firefox | Assignee: | Martin Stransky <stransky> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cosmo0920.oucc, extras-qa, gecko-bugs-nobody, jhorak, kengert, pjasicek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1455915 | Environment: | |
Last Closed: | 2017-06-19 12:15:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1054334 |
Description
Martin Stransky
2017-05-31 10:09:34 UTC
On Wayland Gtk complains that we create popup as a child of non-topmost window. It's because Firefox creates all popups as a child of main window does not honor the popup hierarchy. As a workaround we create popups as subsurface GdkWindow type and not xdg_shell popups on Wayland. We can't use this workaround, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1423598 |