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

Keyboard controls are inverted on vertical sliders #5

Open
herrfugbaum opened this issue Nov 11, 2018 · 0 comments
Open

Keyboard controls are inverted on vertical sliders #5

herrfugbaum opened this issue Nov 11, 2018 · 0 comments
Labels

Comments

@herrfugbaum
Copy link
Owner

Describe the bug
The keyboard controls are inverted on vertical sliders due to the rotate(90deg) style attribute.
If you change it to -90deg the indicator works as expected but now the slider flips its direction.

To Reproduce
Steps to reproduce the behavior:

  1. Focus the range input
  2. Use the arrow keys to navigate the slider
  3. See error

Expected behavior
The slider needs appropriate keyboard support. Pressing the up arrow key should move the slider and it's indicator up, the down arrow key should do the opposite.

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

No branches or pull requests

1 participant