Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#2678 closed bug (worksforme)

[UI Slider] min:0, max:1 doesn't fully work

Reported by: ThrushAAX Owned by: joern
Priority: minor Milestone:
Component: ui.core Version: 1.2.3
Keywords: Cc:
Blocked by: Blocking:

Description

Discovered this while talking on irc.

Using stock html/css the follow code only changes the value during drag and not durring clicking although the handle will move. The arrow keys will only work when moved to the right and not to the left.

$('#slider').slider({
	max: 1,
	min: 0,
	stepping: 1
});

Change History (4)

comment:1 Changed 15 years ago by paul

Owner: changed from paul to joern

comment:2 Changed 15 years ago by paul

Priority: majorminor

comment:3 Changed 15 years ago by paul

Resolution: worksforme
Status: newclosed

This works fine for me in the latest revision.

comment:4 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

Note: See TracTickets for help on using tickets.