Skip to main content

Search and Top Navigation

#2678 closed bug (worksforme)

Opened April 11, 2008 12:28AM UTC

Closed May 04, 2008 08:18AM UTC

Last modified May 24, 2008 03:39AM UTC

[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
});
Attachments (0)
Change History (4)

Changed April 16, 2008 08:33AM UTC by paul comment:1

owner: pauljoern

Changed May 04, 2008 08:16AM UTC by paul comment:2

priority: majorminor

Changed May 04, 2008 08:18AM UTC by paul comment:3

resolution: → worksforme
status: newclosed

This works fine for me in the latest revision.

Changed May 24, 2008 03:39AM UTC by comment:4

milestone: 1.2.4

Milestone 1.2.4 deleted