Search and Top Navigation
#2854 closed enhancement (fixed)
Opened May 13, 2008 05:35PM UTC
Closed July 03, 2008 10:31PM UTC
Last modified July 03, 2008 10:32PM UTC
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>')
Attachments (0)
Change History (4)
Changed May 24, 2008 03:39AM UTC by comment:1
milestone: | 1.2.4 |
---|
Changed May 24, 2008 07:08PM UTC by comment:2
component: | ui.core → ui.slider |
---|---|
version: | 1.2.3 → 1.5b4 |
Changed July 03, 2008 10:31PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Property has been removed in r403.
Changed July 03, 2008 10:32PM UTC by comment:4
milestone: | → 1.5.2 |
---|
Milestone 1.2.4 deleted