-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8244421: Wrong scrollbar position on touch enabled devices #208
Conversation
👋 Welcome back jpereda! A progress list of the required criteria for merging this PR into |
/reviewers 2 |
@kevinrushforth |
@aghaisas can you also take a look? |
I've asked Ajit to review it (and I presume Johan will review as well?) It looks like a safe enough fix. Have you tested it on multiple platforms? |
Yes, I've tested on Mac OS and Linux (with or without |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirm this fixes JBS-8244421
@jperedadnr This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 3 commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge As you do not have Committer status in this project, an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@johanvos, @aghaisas) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
@jperedadnr |
/sponsor |
@aghaisas @jperedadnr The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 236e2d6. |
VirtualFlow
makes use ofVirtualScrollBar
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.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/208/head:pull/208
$ git checkout pull/208