Modify ↓
Ticket #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 | |
| 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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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