Re: RFR: 8323511: Scrollbar Click jumps inconsistent amount of pixels [v5]

2024-05-09 Thread eduardsdv
On Thu, 9 May 2024 14:31:56 GMT, Kevin Rushforth wrote: >> Florian Kirmaier has updated the pull request incrementally with one >> additional commit since the last revision: >> >> JDK-8323511: Mage getViewportLength() public and use it instead of >> getBlockIncrement() > > modules/javafx.con

Re: RFR: 8323511: Scrollbar Click jumps inconsistent amount of pixels [v5]

2024-05-09 Thread Kevin Rushforth
On Thu, 9 May 2024 10:01:34 GMT, Florian Kirmaier wrote: >> As seen in the unit test of the PR, when we click on the area above/below >> the scrollbar the position jumps - but the jump is now not always consistent. >> In the current version on the last cell - the UI always jumps to the top. In

Re: RFR: 8323511: Scrollbar Click jumps inconsistent amount of pixels [v5]

2024-05-09 Thread Florian Kirmaier
> As seen in the unit test of the PR, when we click on the area above/below the > scrollbar the position jumps - but the jump is now not always consistent. > In the current version on the last cell - the UI always jumps to the top. In > the other cases, the assumed default cell height is used. >