Skip to content

components/calendar: Cross-block interactiveness of nested orthogonal ListView

ivan tkachenko requested to merge work/r/calendar-flicking into master

Scrolling in both directions at once does not make sense from the UX perspective, so let's disable that.

As a workaround for the upstream QTBUG-126042, this patch fixes stuck horizontal scrolling using touchpad on Wayland.

Test plan

Open Digital Clock applet, try scrolling horizontally, vertically, diagonally.

Try this on Wayland and on X11, as apparently they handle input events differently.

Bugs fixed

CCBUG: 477616

Merge request reports