Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 11 years ago by Scott González

Status: newopen
Summary: Keyboard binding should always return false on the sliderSlider: Key handling should prevent scrolling

comment:2 Changed 11 years ago by Scott González

Resolution: fixed
Status: openclosed

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 11 years 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

comment:4 Changed 11 years ago by Scott González

Milestone: 1.91.8.18
Note: See TracTickets for help on using tickets.