Skip to content

Fix touch input in composer

Alice Mikhaylenko requested to merge wip/exalm/touch into main
  • button_*_event signals don't handle touch and are pointer-only; use a GtkGesture. Remove the button_release_event hack in ComposerWebView.

  • The row's focus-on-click steals clicks and uses them to focus the row, stop doing that. Reimplement it for the webview manually.

Merge request reports