jQuery: The Write Less, Do More JavaScript Library

Ticket #2678 (closed bug: worksforme)

Opened 4 months ago

Last modified 3 months ago

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

Reported by: ThrushAAX Assigned to: joern
Type: bug Priority: minor
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

Change History

Changed 3 months ago by paul

  • owner changed from paul to joern

Changed 3 months ago by paul

  • priority changed from major to minor

Changed 3 months ago by paul

  • status changed from new to closed
  • resolution set to worksforme

This works fine for me in the latest revision.

Note: See TracTickets for help on using tickets.