Bug Tracker

Modify

Ticket #1576 (closed bug: wontfix)

Opened 6 years ago

Last modified 5 years ago

Slider positioning itself wrong in Safari

Reported by: jespern Owned by: stefan
Priority: major Milestone: 1.2
Component: interface Version: 1.1.4
Keywords: Cc: jespern
Blocking: Blocked by:

Description

When I use the Slider in safari, something odd happens. When I drag it, it moves 2 pixels upwards.

Tempoary fix:

	onSlide: function(cordx, cordy, x, y) {
	  if ($.browser.safari) {
	    $('.slider').css('margin-top', '2px');
	  }
	},
	onChange: function(cordx, cordy, x, y) {
	  if ($.browser.safari) {
	    $('.slider').css('top', '0px');
	  }
	}

Change History

comment:1 Changed 5 years ago by joern

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

Interface is deprecated, please give the latest UI slider a try.

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.