#8109 closed enhancement (fixed)
Slider: Key handling should prevent scrolling
Reported by: | LaurentGoderre | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.18 |
Component: | ui.slider | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The current problem s that when the min or max value is reach with the keyboard, the page starts to scroll. This would mostly impact the vertical slider when the range is high and a user would hold down the key to reach the desired value.
Change History (4)
comment:1 Changed 12 years ago by
Status: | new → open |
---|---|
Summary: | Keyboard binding should always return false on the slider → Slider: Key handling should prevent scrolling |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 12 years ago by
Slider: Prevent the default action on keydown if we're listening for the pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling. (cherry picked from commit 0434bce03d1368f5ace043fa50e9d4f95677c09e)
Changeset: 470030249c519eb59d30d81e6fd6c989490fd5b8
comment:4 Changed 12 years ago by
Milestone: | 1.9 → 1.8.18 |
---|
Note: See
TracTickets for help on using
tickets.
Slider: Prevent the default action on keydown if we're listening for the pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling.