eduardsdv
eduardsdv
It seems that no one needs it, so I am closing this PR.
Thanks for the clarification and I totally comprehend your point of view. The build file is really big. It was not easy to find the change set to build the...
> At a minimum I think the tests that are part of this PR should be included in FX whichever fix ends up being integrated. The test has already been...
Are there any open questions or objections? Can this pull request be merged?
I understand your objections. I will create a new pull request. We can then discuss which solution we use. But I already have a few questions about it. In the...
I added a new method ``VirtualFlow.getBlockIncrement()``, which returns the amount of pixels by which the position of the VirtualFlow should be adjusted when clicking on the scrollbar track. Now, if...
I agree with you, at least with scrolling when clicking on the scrollbar track. I would like to change the amount of scroll pixels to the viewport length. PageUp/PageDown not...
It would be nice if it possible to scroll with the keyboard without moving the selection/focus.
I followed @andy-goryachev-oracle's suggestion and changed the block increment to the viewport length. I also fixed the scroll behavior for the case described in my comment https://github.com/openjdk/jfx/pull/1326#discussion_r1591327052.