jQuery: The Write Less, Do More JavaScript Library

Ticket #2854 (new enhancement)

Opened 2 months ago

ui-slider: Allow cursor to be changed while dragging slider

Reported by: making718 Assigned to: paul
Type: enhancement Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords: slider
Cc: Needs: Review

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>')

Attachments

Note: See TracTickets for help on using tickets.