Side navigation
#1576 closed bug (wontfix)
Opened September 09, 2007 02:15PM UTC
Closed March 17, 2008 05:28PM UTC
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'); } }
Attachments (0)
Change History (1)
Changed March 17, 2008 05:28PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Interface is deprecated, please give the latest UI slider a try.