Closed

Description
I have problems witch such select in FF
<select id="one:two">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
it dont display selected value. IE has no problem with it. problem is that some code which escapes ':' character as ':'.
Pls who knows how to solve this problem, is it bug?
THx for any help