[Wayland-bugs] [Bug 731380] gtk3-demo button box works badly with a touch screen under wayland
gtk+ (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Aug 22 06:17:45 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=731380
gtk+ | Backend: Wayland | 3.13.x
--- Comment #3 from Carlos Garnacho <carlosg at gnome.org> 2014-08-22 13:17:40 UTC ---
I indeed were able to discover a few lurking bugs here, it is worth noting that
regardless of visual status, the ::clicked signal was still being emitted.
First there's styling issues in GtkButton on the complete lack of crossing
events (which you get implicitly in x11 for the pointer emulating touch
sequence)
Second, after dragging the window through touch, information about that touch
implicit grab would be left stuck when the sequence is grabbed by the
compositor, which would lead to strange behavior in the grab window tracking,
although this is not strictly related to buttons, it was made really noticeable
in this demo.
I'm attaching patches for these.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Wayland-bugs
mailing list