[Integrated] RFR: 8244421: Wrong scrollbar position on touch enabled devices

Jose Pereda jpereda at openjdk.java.net
Fri May 8 09:29:31 UTC 2020


On Tue, 5 May 2020 16:49:09 GMT, Jose Pereda <jpereda at openjdk.org> wrote:

> `VirtualFlow` makes use of `VirtualScrollBar` controls, that are laid out next to the clipped container region, by
> default.
> However, when touch is supported, these scrollBars are floating controls laid out over the container. Therefore, in
> this case, when the viewport dimensions are updated, the presence of the scrollBars shouldn't be taken into account.

This pull request has now been integrated.

Changeset: 236e2d6e
Author:    Jose Pereda <jpereda at openjdk.org>
Committer: Ajit Ghaisas <aghaisas at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/236e2d6e
Stats:     7 lines in 1 file changed: 0 ins; 5 del; 2 mod

8244421: Wrong scrollbar position on touch enabled devices

Reviewed-by: jvos, aghaisas

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

PR: https://git.openjdk.java.net/jfx/pull/208


More information about the openjfx-dev mailing list