GtkPopover with halign start/end doesn't flip in Right to Left applications
Steps to reproduce
- Setup or change a GTK Application to launch in Right-To-Left mode (regardless of language)
- Create a GtkPopover and set a point
- Set alignment to
Start
. - Popup the popover.
Current behavior
It pops to the right of the point set just like in a Left-to-Right applications.
Expected outcome
The direction should flip and pop to the left of the point in a Right-to-Left application.
Version information
org.gnome.Platform.master flatpak runtime (GTK 4.11.3). Ubuntu 23.04, X11.
Additional information
It happens with End
alignment too, but the direction is reversed