Search and Top Navigation
#2916 closed bug (notabug)
Opened May 21, 2008 05:36PM UTC
Closed August 16, 2008 03:05PM UTC
jQuery ui - slider - Safari 3.0.4 Mac & Win
Reported by: | jpra | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.5b4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I implemented a vertical scrollbar using the slider ui. There is a handle at the top which onclick moves the slider up (call it top-handle) and another handle at the bottom which onclick moves the slider down (call it bottom-handle). Both use the moveTo method of the slider). There is another handle to slide up and down (call it the slider-handle) - so it's a classical scrollbar with three handles.
When initialized, for some reason, the slider-handle is positioned at -6, this means at the top, at the minimal value.
In Safari 3.0.4 the strange thing happens, when clicking on the top-handle right after initialization: nothing happens right onclick (as expected!) but when you then click on the slider-handle, it moves up, although already positioned at the minimum value, so it will hide the top-handle. After sliding the slider-handle to the maximum position and back, everything works perfect as long as you don't position the slider-handle in its initial position again and then click again on the top-handle - if you do so, exactly the same thing happens with the slider-handle as described before.
It means: using "moveTo -=" in Safari 3.0.4 when the slider-handle is in its minimal position breaks the slider somehow.
Attachments (0)
Change History (5)
Changed May 24, 2008 07:18PM UTC by comment:1
component: | ui.core → ui.slider |
---|
Changed May 28, 2008 05:24PM UTC by comment:2
priority: | major → minor |
---|
Changed June 26, 2008 07:50PM UTC by comment:3
milestone: | 1.5 → 1.5.2 |
---|
Changed July 10, 2008 08:51PM UTC by comment:4
milestone: | 1.5.2 → 1.6b |
---|
Changed August 16, 2008 03:05PM UTC by comment:5
milestone: | 1.6b → 1.6 |
---|---|
resolution: | → invalid |
status: | new → closed |
Please submit demo code and reopen this ticket.