Skip to main content

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 jasondavies comment:1

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

Changed January 30, 2009 10:24PM UTC by jasondavies comment:2

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

Changed January 31, 2009 02:56AM UTC by rdworth comment:3

component: ui.coreui.slider
milestone: TBD1.6
priority: criticalblocker

Changed February 01, 2009 11:01PM UTC by jasondavies 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 scottgonzalez comment:5

owner: → scott.gonzalez
status: newaccepted

Changed February 02, 2009 03:09AM UTC by scottgonzalez comment:6

resolution: → fixed
status: acceptedclosed

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