Hi
Any news regarding select/options bug?
I tride on your demosite (http://richtexteditor.com/demo/) to build an select dropdown with the dialog,
browser: IE10 and Chrome 30
It look like this
- <select style='margin:0px;width:120px' name="test">
- <option value="2">t2</option>
- <option value="1">t1</option>
- </select>
But after saving or switching to code view and back the html looks like
- <select style='margin:0px;width:120px' name="test">
- <option value="2" />t2
- <option value="1" />t1 </select>
This behaviur is an show stopper for us.
// Kent