Hi, I've just had a problem of a ui.slider not respecting its startValue, and it took me a while to figure out the problem...
Turns out, because my slider is in a hidden element (display: none) when created, it's calculated actualSize is 0x0. I suggest that an optional option is added called 'css'/'size' or something to that effect. Here you could specify the sliders actual width, and this could be used instead of outerWidth() (same goes for height and possibly other values) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
