Skip to main content

Search and Top Navigation

#9371 closed feature (fixed)

Opened June 12, 2013 07:55AM UTC

Closed April 12, 2017 04:38PM UTC

Last modified April 12, 2017 04:43PM UTC

Slider should change the mouse cursor, by a mouse hovering action.

Reported by: trazan_coder Owned by: trazan_coder
Priority: minor Milestone: 1.12.2
Component: ui.slider Version: 1.10.3
Keywords: Cc:
Blocked by: Blocking:
Description

For a better usability, the slider should change the mouse cursor,

by touching the slider button.

Attachments (0)
Change History (7)

Changed June 12, 2013 02:17PM UTC by scottgonzalez comment:1

owner: → trazan_coder
status: newpending

Do you have examples of common sliders that do this? Event <input type="range"> doesn't use a pointer cursor by default.

Changed June 12, 2013 02:17PM UTC by scottgonzalez comment:2

component: ui.coreui.slider

Changed June 12, 2013 09:51PM UTC by trazan_coder comment:3

status: pendingnew

Example about the hover effect could be seen at

http://dojotoolkit.org/reference-guide/1.7/dijit/form/Slider.html.

Just run the first example and you will see the mouse cursor hover effect if you slide the slider.

Changed June 13, 2013 09:18PM UTC by tj.vantoll comment:4

-1

Per the spec

cursor: pointer
is for indicating links, not clickable elements. See the comments here for a relevant discussion: http://css-tricks.com/snippets/css/give-clickable-elements-a-pointer-cursor/.

I would say we should be consistent with the native range implementation here.

Changed June 17, 2013 06:42AM UTC by trazan_coder comment:5

Replying to [comment:4 tj.vantoll]:

-1 Per the spec
cursor: pointer
is for indicating links, not clickable elements. See the comments here for a relevant discussion: http://css-tricks.com/snippets/css/give-clickable-elements-a-pointer-cursor/. I would say we should be consistent with the native range implementation here.

I disagree about this.

This pattern isn't a normal button.

It's a not standard html element, because of this it's important to give a hint for the user, that an action is available at this element.

Changed April 12, 2017 04:38PM UTC by scottgonzalez comment:6

resolution: → fixed
status: newclosed

In [changeset:"c6e2b52d70b8caf920f382402aba9f04de7e32b2" c6e2b52]:

#!CommitTicketReference repository="" revision="c6e2b52d70b8caf920f382402aba9f04de7e32b2"
Slider: Use  on handles

Fixes #9371
Closes gh-1800

Changed April 12, 2017 04:43PM UTC by scottgonzalez comment:7

milestone: none1.12.2