Skip to content
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

RangeSlider: Clicking section between handles without dragging the range creates a keyboard trap #1520

Open
beExcellentToEachOther opened this issue Oct 3, 2023 · 1 comment

Comments

@beExcellentToEachOther
Copy link

Version tested

11.1.2

How to reproduce

  1. Click on the section of a RangeSlider between the handles (do not drag the slider before releasing the mouse button).
  2. Try to use the Tab key to navigate away from the control.

Expected behavior

Pressing tab should focus the next interactive element.

Actual behavior

Tab has no effect. The only keys that seemingly have any effect are the left and right cursor keys, which move the handle for the lower bound of the range.

Additional information

It also seems that if you drag the range before releasing the mouse button, this does not happen, but I will need to test the component in more isolation. It may be that the not-dragging part of the reproduction instructions is irrelevant, and other code in our application is shifting focus when the range updates.

@Siedlerchr
Copy link
Collaborator

Can you test with 11.2 again? (btw it's now compatible with jfx 21 as well)
There recently was a fix related to scrolling behavior #1522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants