slider doc.body is null? No handle before click?
1. I have a Drupal 6.4 page that has a number of jquery-ui 1.5.2
sliders on it, each with a bit of Javascript that sets a corresponding
form textfield. It behaves as expected in Safari, Opera, Camino...
but on Firefox 3.0.1 w/Firebug 1.2.1 clicking on a slider yields
"doc.body is null" in add(box.left +
Math.max(doc.documentElement.scrollLeft, doc.body.scrollLeft) and the
handle does not move. Am I doing something obvious wrong?
2. I would like the "handle" of the slider to not appear until the
user has clicked on the bar somewhere to start a "slide" so that is
really obvious which sliders haven't been touched. (There is no real
"default" value I want to start with. I tried making the slide move
from 0 to 9, and start with an initial value of -1... but the handle
is still drawn.) How can I accomplish this?
Thanks for any pointers.