ui.slider problems

ui.slider problems


Hi,
I work with ui.slider too and I saw some interesting:
1.: when create a new slider the ui will wrap the handler(s) an 'a'
tag, but when destory the slider the 'a' tag not removed
2.: when resize the slider-container the slider is not syncronized
with the container, and I can't slide the handler to the bottom of the
container
3.: can't set 0 (number) value to the moveTo. This not works: $
('#slider').slider('moveTo',0); but this: $
('#slider').slider('moveTo','0');
These are bugs or the ui.slider works like this?