Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 16 months ago by scott.gonzalez
- Status changed from new to open
- Summary changed from Keyboard binding should always return false on the slider to Slider: Key handling should prevent scrolling
comment:2 Changed 16 months ago by Scott González
- Status changed from open to closed
- Resolution set to fixed
Slider: Prevent the default action on keydown if we're listening for the pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling.
Changeset: 0434bce03d1368f5ace043fa50e9d4f95677c09e
comment:3 Changed 16 months ago by Scott González
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

