#7809 closed bug (wontfix)
Slider: Left handle keyboard not working for a range slider with jQuery 1.6.2
Reported by: | jb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.slider | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Starting with jQuery 1.6.2 the left handle of a range slider cannot be moved with the arrow keys. The right handle is working. Both handles are working when using jQuery version 1.6.1 and earlier.
Can be tested with http://jqueryui.com/demos/slider/#range
Change History (4)
comment:1 Changed 11 years ago by
Status: | new → open |
---|---|
Summary: | Slider: Left handle keyboard not working for a range slider → Slider: Left handle keyboard not working for a range slider with jQuery 1.6.2 |
comment:2 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
jQuery 1.6.2 has problems with data stored using dashes. You should just upgrade to 1.6.3 or newer.
comment:3 Changed 11 years ago by
Ok. I have thought the demo page always runs with the actual version of jQuery.
comment:4 Changed 11 years ago by
That's a reasonable assumption, but jqueryui.com always runs on the most recently supported jQuery version at the time of the most recent jQuery UI release. When 1.8.16 was released, the lastest version of jQuery was 1.6.2. If 1.8.17 were to go out today, then jqueryui.com would upgrade to jQuery 1.6.4.
This isn't starting with 1.6.2, it's ONLY with 1.6.2. 1.6.3 and 1.6.4 work fine.