Search and Top Navigation
#10105 closed bug (fixed)
Opened June 11, 2014 01:19PM UTC
Closed July 02, 2014 09:17PM UTC
Last modified July 02, 2014 09:20PM UTC
Slider: Changing orientation causes handle to shift off the track
Reported by: | patmen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.1 |
Component: | ui.slider | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have noticed some strange behavior on the slider control. Whenever you switch the orientation from horizontal to vertical, there seems to be a horizontal offset between the slider bar and the handle bar itself.
The amount offset varies and grows exponentially, meaning that whenever the slider is at a higher value, the offset will be larger.
I have created a simple pen to illustrate the bug here: Codepen
Attachments (0)
Change History (3)
Changed June 11, 2014 01:30PM UTC by comment:1
status: | new → open |
---|---|
summary: | setting orientation causes handle to go out of bounds → Slider: Changing orientation causes handle to shift off the track |
Changed July 02, 2014 09:17PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | open → closed |
Slider: Reset positioning when orientation changes
Fixes #10105
Closes gh-1268
Changeset: 15baf024c3352f0c593a49d70a3a87e4bc13c36b
Changed July 02, 2014 09:20PM UTC by comment:3
milestone: | none → 1.11.1 |
---|
PR: https://github.com/jquery/jquery-ui/pull/1268