Bug Tracker

Modify

Ticket #2678 (closed bug: worksforme)

Opened 5 years ago

Last modified 5 years ago

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

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

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

comment:1 Changed 5 years ago by paul

  • Owner changed from paul to joern

comment:2 Changed 5 years ago by paul

  • Priority changed from major to minor

comment:3 Changed 5 years ago by paul

  • Status changed from new to closed
  • Resolution set to worksforme

This works fine for me in the latest revision.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.