#2854 closed enhancement (fixed)
ui-slider: Allow cursor to be changed while dragging slider
Reported by: | making718 | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5.2 |
Component: | ui.slider | Version: | 1.5b4 |
Keywords: | slider | Cc: | |
Blocked by: | Blocking: |
Description
Users should be able to change the cursor when dragging a handle, but they currently cannot because the following line sets an inline style.
.wrap('<a href="javascript:void(0)" style="cursor:default;"></a>')
Which could be changed to something like the following to allow the style of the cursor to be changed.
.wrap('<a href="javascript:void(0)" class="ui-slider-handle-anchor"></a>')
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | 1.2.4 |
---|
comment:2 Changed 14 years ago by
Component: | ui.core → ui.slider |
---|---|
Version: | 1.2.3 → 1.5b4 |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Property has been removed in r403.
comment:4 Changed 14 years ago by
Milestone: | → 1.5.2 |
---|
Note: See
TracTickets for help on using
tickets.
Milestone 1.2.4 deleted