Bug Tracker

Modify

Ticket #2854 (closed enhancement: invalid)

Opened 5 years ago

Last modified 3 years ago

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

Reported by: making718 Owned by: paul
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: slider Cc:
Blocking: Blocked by:

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

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

This should be filed in the UI bug tracker if still relevant.

 http://dev.jqueryui.com

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.