Opened 15 years ago
Closed 15 years ago
#1576 closed bug (wontfix)
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 | |
Blocked by: | Blocking: |
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'); } }
Note: See
TracTickets for help on using
tickets.
Interface is deprecated, please give the latest UI slider a try.