Bug 1457201

Summary: Wayland - child pop-up menu is not shown
Product: [Fedora] Fedora Reporter: Martin Stransky <stransky>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
Description of problem:

On https://github.com/stransky/gecko-dev.git package:

View -> Toolbars -> missing menu

Comment 1 Martin Stransky 2017-06-19 11:33:40 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.

Comment 3 Jan Horak 2017-12-06 15:09:28 UTC
We can't use this workaround, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1423598