jquery.ui.spinner
jquery.ui.spinner copied to clipboard
Doesn't work for me on hidden input filds (on tabs)
It seems the spinner buttons height is calculated based on the input height it is attached to. Hidden input fields (ie on an not active tab) reports input.outerHeight() == 0 and the calculation for the button height fails.
jQuery: 1.4.2 jQuery UI: 1.8.1 jQuery UI Spinner 1.20
I am having this problem as well - has anyone got a workaround?
Take a look at http://docs.jquery.com/UI/Tabs and search for "off-left technique".
Thanks. I was having the same problem in a hidden dialog. Ended up adding a height option and tweaking the determination of top for the button wrapper.
I had the same issue with tabs, using the of "off-left technique" worked for me.
can someone add to main branch?