The INPUT has display:block.
I cannot give you a demo-page because i'm working on a next-feature for daduu.com and so it's not available from external, and when I use it on a clean page, everythings work wel..
We're heavily using Twitter Boostrap and a BIG flavour of JS library, but in this page only Twitter Boostrap (js + css) is loaded, so I cannot direct update jQuery/jQueryUI.
This is the problem: I need to understand which CSS style is breaking all, to override them in the specific page, then I'll open a ticket to twitter bootstrap or (more probably) I'll patch it and open a pull request. If the problem i twitter bootstrap... I've no idea how to proceed to debug.
See HTML generated
- <input style="display: block !important;" value="95" class="span1 ui-spinner-input" id="OptInWidgetForm_widget_width" name="OptInWidgetForm_widget_width" aria-valuenow="95" autocomplete="off" role="spinbutton">
jQuery Version: v1.8.3
jQueryUI: v1.9.2
I tried to DISABLE loading of boostrap css(es) , responsive csses, etc.. but nothing changes !