Hide Forgot
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