Hi Richard. One month later, I found another bug and saw that you answered this. I gave up hope of having an answer on the group but this is a very serious bug so I tried again. This time the post was entered and I saw your explanation about the spam thing. Anything to fight spam! ::- ).
So... thank you for your answer, indeed in the mean-time I worked- around by crafting my code so that I specify the range at init- time ::- ). However, on the next bug I found, I cannot workaround ::- (. If you're interested in the details, I posted on the jquery-ui-dev group as well as http://www.jqueryhelp.com/viewtopic.php?p=10868#10868 Thank you ::- ). On Aug 12, 2:11 pm, "Richard D. Worth" <[email protected]> wrote: > On Mon, Aug 10, 2009 at 12:53 PM, Axonn Echysttas <[email protected]>wrote: > > > > > Hi everybody. I posted a similar message about this yesterday but > > apparently somehow it didn't make it to the group. > > First posts are moderated to keep out spam. Sorry for the delay. Now that > your first message is through, all your future posts will go through without > delay. > > > > > Anyway, I've been using the lastest version of jQuery and jQuery UI > > (downloaded 2 days ago) and I've been trying to do some post- > > initialization calls to the jQuery UI slider. > > > If I specify range: 'min' at Slider initialization, it works fine. > > However, if I try to do it after initialization, like so: > > > .slider('option', 'range', 'min'); > > > (as specified in documentation) it does not work. All initialization > > tasks work, except this one. I can set the min, the max, the value, > > but not the range. I tried calling it from N different places, I've > > tried ivoking it via FireBug, nothing worked. > > This support hasn't been implemented yet, and its lack is considered a bug. > As the documentation shows, all options should be settable after init. There > may be some exceptions to this, but I don't think this needs to be one. The > workaround in the meantime is destroy and re-init with the option changed. > - Richard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
