RFR: 8320965: Scrolling on a touch enabled display fails on Wayland [v3]

Jose Pereda jpereda at openjdk.org
Sun Feb 25 19:47:59 UTC 2024


On Sat, 24 Feb 2024 17:34:54 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

>> I've just reverted the previous changes, and just applied the touch mask to the `gdk_pointer_grab` function. Tests should be green now.
>
> @jperedadnr Would you confirm that scroll on a touch screen still works on Xorg ?
> 
> My tests looks all good (manual and system/robot).

@tsayao yes, I've double checked again. On Wayland and Xorg, I can scroll with touch events on a touch screen with this fix.
The only issue I still see on Wayland: the mouse cursor location doesn't get updated from touch events, only from mouse events (I guess this can be a follow-up issue).

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1305#issuecomment-1963041414


More information about the openjfx-dev mailing list