Ticket #4391 (closed bug: fixed)
ui-state-hover, ui-state-active and disabled sliders
| Reported by: | vitch | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7.2 |
| Component: | ui.slider | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When hovering over a ui-slider which has been disabled ui-state-hover shouldn't be applied. This corresponds to the behaviour of native HTML form controls when disabled.
Additionally, you can still currently tab to the handle in a disabled slider (although you can't move it). When you tab to it it gets ui-state-active applied. You shouldn't be able to tab to it (so the behaviour is the same as disabled form controls).
Attachments
Change History
comment:3 Changed 4 years ago by Cloudream
$(".ui-state-focus",this).removeClass('ui-state-focus');
vs
$(".ui-slider .ui-state-focus").removeClass('ui-state-focus');
Remove class from this slider's? Or all sliders' on the page?
Note: See
TracTickets for help on using
tickets.



Functional specs should be updated as well.