Skip to content

chatView: Fix buttonTags on touch

Florian Müllner requested to merge wip/fmuellner/touch-fixes into master

Interactive elements like nick buttons and URLs are currently implemented using raw button-press/release events which are limited to pointer devices. Use an GtkEventController instead to gain support for pointer emulation on touch.

https://bugzilla.gnome.org/show_bug.cgi?id=784547

Merge request reports

Loading