RFR: 8323511: Scrollbar Click jumps inconsistent amount of pixels [v3]
Andy Goryachev
angorya at openjdk.org
Mon May 6 18:07:58 UTC 2024
On Mon, 6 May 2024 17:54:44 GMT, eduardsdv <duke at openjdk.org> wrote:
> PageUp/PageDown not only scrolls the view, but also moves the selection/focus, so it makes sense to align the cells up/down.
You are right about focus/selection!
This brings up another question: for accessibility reasons, do we want to add key bindings for the vertical scrolling in addition to the horizontal ones in #1393 ? For example, when the cell height exceeds the viewport height, there should be a way to scroll the content vertically using unit increment via keyboard only.
What do you think?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1326#issuecomment-2096617895
More information about the openjfx-dev
mailing list