I have the problem built into a jsfiddle here: http://jsfiddle.net/XRdTD/
If you select something for the select box and then click And(it disappears, but it’s still there) the select box shrinks down to a small size. If I sent the select box to have a specific width, it only shows the first letter of the word.
This happens on IE9, which is the target browser.
What can I do to not make the select box shrink when I click And?
Just in case someone will find it useful – when using knockout + jquery templates + options binding + value binding – select is somehow corrupted in IE9.
Workaround is to bind select options with jquery templates, and select value – with knockout http://jsfiddle.net/XRdTD/2/ or use hardcoded select values if possible – http://jsfiddle.net/XRdTD/3/