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:

  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

Change History (6)

comment:1 Changed 14 years ago by jasondavies

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

comment:2 Changed 14 years ago by jasondavies

Just verified this in Google Chrome and Firefox 3.0.5 on WinXP.

comment:3 Changed 14 years ago by rdworth

Component: ui.coreui.slider
Milestone: TBD1.6
Priority: criticalblocker

comment:4 Changed 14 years ago by jasondavies

Strangely enough, I discovered that if I set min to 1 the problem goes away.

comment:5 Changed 14 years ago by Scott González

Owner: set to scott.gonzalez
Status: newaccepted

comment:6 Changed 14 years ago by Scott González

Resolution: fixed
Status: acceptedclosed

Fixed in r1953. Yeah, this was limited to when the min was set to zero.

Note: See TracTickets for help on using tickets.