Search and Top Navigation
#4016 closed bug (fixed)
Opened January 30, 2009 10:07PM UTC
Closed February 02, 2009 03:09AM UTC
Vertical slider stops working when set to minimum
Reported by: | jasondavies | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.6rc6 |
Keywords: | this[0].ownerDocument null vertical | Cc: | |
Blocked by: | Blocking: |
Description
Reproducing this should be straightforward:
1. Go to: http://ui.jquery.com/demos/slider/#slider-vertical
2. Drag the slider to the bottom.
3. Try to drag the slider again.
I'm getting an error: "this[0].ownerDocument is null" (line 4040 of jquery.js)
I'm running Firefox 3.0.5 on Mac OS X 10.5.6
Attachments (0)
Change History (6)
Changed January 30, 2009 10:10PM UTC by comment:1
Changed January 30, 2009 10:24PM UTC by comment:2
Just verified this in Google Chrome and Firefox 3.0.5 on WinXP.
Changed January 31, 2009 02:56AM UTC by comment:3
component: | ui.core → ui.slider |
---|---|
milestone: | TBD → 1.6 |
priority: | critical → blocker |
Changed February 01, 2009 11:01PM UTC by comment:4
Strangely enough, I discovered that if I set min to 1 the problem goes away.
Changed February 02, 2009 02:59AM UTC by comment:5
owner: | → scott.gonzalez |
---|---|
status: | new → accepted |
Changed February 02, 2009 03:09AM UTC by comment:6
resolution: | → fixed |
---|---|
status: | accepted → closed |
Fixed in r1953. Yeah, this was limited to when the min was set to zero.
Oops, forgot to set the component for this ticket: should be "ui.slider".