On Thu, Sep 25, 2008 at 10:01, Jaime Ochoa Malagón <[EMAIL PROTECTED]> wrote: > > On Wed, Sep 24, 2008 at 2:46 AM, Jim Tittsler <[EMAIL PROTECTED]> wrote: >> >> 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? > > try without firebug...
It turned out to be related to the Drupal Theme Developer module. With that disabled, the sliders work in Firefox as well as the other browsers. >> 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? > > Why not change the color of the background or something similar... Thanks for the idea. I ended up changing the z-index of the slider handle. Jim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
