Context
Reproduction
- In the Flutter repo,
cd dev/a11y_assessments.
flutter run
- Enable the additional use-cases using the switch in the top-right corner of the app.
- Open the RangeSlider use-case.
- Use the mouse or trackpad to move the left thumb.
- Let go of the mouse, and use the ARROW RIGHT/LEFT keys to operate the range slider again.
Expected behavior
The keyboard input focus should have moved to the thumb that was moved during step 5, and using the ARROW RIGHT/LEFT keys during step 6 should have moved that same thumb.
It should also be possible to switch focus between the left and the right thumb by clicking on the respective thumb. For example, if the left thumb currently has focus (use the TAB key to get it), the user should be able to click on the right thumb, and then operate it using the keyboard. This is currently not happening.
Actual behavior
The thumb that was used by the mouse last does not react to the keyboard.
Context
Reproduction
cd dev/a11y_assessments.flutter runExpected behavior
The keyboard input focus should have moved to the thumb that was moved during step 5, and using the ARROW RIGHT/LEFT keys during step 6 should have moved that same thumb.
It should also be possible to switch focus between the left and the right thumb by clicking on the respective thumb. For example, if the left thumb currently has focus (use the TAB key to get it), the user should be able to click on the right thumb, and then operate it using the keyboard. This is currently not happening.
Actual behavior
The thumb that was used by the mouse last does not react to the keyboard.