Opened 14 years ago
Closed 14 years ago
#4016 closed bug (fixed)
Vertical slider stops working when set to minimum
Reported by: | jasondavies | Owned by: | Scott González |
---|---|---|---|
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:
- Go to: http://ui.jquery.com/demos/slider/#slider-vertical
- Drag the slider to the bottom.
- 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
Change History (6)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
Component: | ui.core → ui.slider |
---|---|
Milestone: | TBD → 1.6 |
Priority: | critical → blocker |
comment:4 Changed 14 years ago by
Strangely enough, I discovered that if I set min to 1 the problem goes away.
comment:5 Changed 14 years ago by
Owner: | set to scott.gonzalez |
---|---|
Status: | new → accepted |
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed in r1953. Yeah, this was limited to when the min was set to zero.
Note: See
TracTickets for help on using
tickets.
Oops, forgot to set the component for this ticket: should be "ui.slider".