Ticket #4016 (closed bug: fixed)
Vertical slider stops working when set to minimum
| Reported by: | jasondavies | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7 |
| Component: | ui.slider | Version: | 1.6rc6 |
| Keywords: | this[0].ownerDocument null vertical | Cc: | |
| Blocking: | Blocked by: |
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
comment:2 Changed 4 years ago by jasondavies
Just verified this in Google Chrome and Firefox 3.0.5 on WinXP.
comment:3 Changed 4 years ago by rdworth
- Priority changed from critical to blocker
- Component changed from ui.core to ui.slider
- Milestone changed from TBD to 1.6
comment:4 Changed 4 years ago by jasondavies
Strangely enough, I discovered that if I set min to 1 the problem goes away.
Note: See
TracTickets for help on using
tickets.


Oops, forgot to set the component for this ticket: should be "ui.slider".