GNOME Bugzilla – Bug 756449
GtkTextHandle artifacts under Wayland
Last modified: 2015-10-13 00:13:22 UTC
I just saw artifacts when using the loupe under wayland, and moving the touch back and forth towards the edge of the window - the 'spike' gets duplicated more and more. Unfortunately, taking a screenshot currently crashes the shell, so no screenshot.
Yeah. also saw this when changing the position type on regular popovers through the inspector. Looks like we don't invalidate the border around the popover properly. I started looking the other day into removing these borders altogether, there would be always one side to invalidate though.
Created attachment 313148 [details] [review] popover: Invalidate borders on tail position changes There's nothing doing this explicitly, so tail position changes may leave trails of older positions.
Created attachment 313151 [details] [review] popover: Invalidate borders on tail position changes There's nothing doing this explicitly, so tail position changes may leave trails of older positions.
Attachment 313151 [details] pushed as d8e41e1 - popover: Invalidate borders on tail position changes