Bug 1393453 - Gtk.Popover misplacement in Wayland
Summary: Gtk.Popover misplacement in Wayland
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gtk3
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-09 15:15 UTC by Cédric Bellegarde
Modified: 2017-10-20 05:20 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-20 05:20:34 UTC
Type: Bug


Attachments (Terms of Use)
test.py (1.18 KB, text/plain)
2016-11-09 15:15 UTC, Cédric Bellegarde
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 774148 0 None None None 2016-11-09 15:15:26 UTC

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


Note You need to log in before you can comment on or make changes to this bug.