Bug 1393453

Summary: Gtk.Popover misplacement in Wayland
Product: [Fedora] Fedora Reporter: Cédric Bellegarde <cedric.bellegarde>
Component: gtk3Assignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 25CC: cosimo.cecchi, mclasen
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: Environment:
Last Closed: 2017-10-20 05:20:34 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:
Attachments:
Description Flags
test.py none

Description Cédric Bellegarde 2016-11-09 15:15:27 UTC
Created attachment 1218974 [details]
test.py

Description of problem:

When having a Gtk.Popover relative to a Gtk.Popover child, widget is misplaced in Wayland (no issue with Xorg).

How reproducible:

Run test.py (attachement) like this:
python3 test.py

Steps to Reproduce:
1. Click on "Click me" button
2. Click on "Click me again" button

Actual results:

Popover is misplaced

Expected results:

Popover placed at set_pointing_to() of set_relative_to() widget

Additional info:

GDK_BACKEND=x11 python3 test.py fix the issue