Re: Option tag gets mangel when pasting HTML

  •  10-20-2013, 8:01 AM

    Re: Option tag gets mangel when pasting HTML

    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

    1. <select style='margin:0px;width:120px' name="test">  
    2. <option value="2">t2</option>  
    3. <option value="1">t1</option>  
    4. </select>  

    But after saving or switching to code view and back the html looks like

    1. <select style='margin:0px;width:120px' name="test">    
    2. <option value="2" />t2    
    3. <option value="1" />t1 </select>  
    This behaviur is an show stopper for us.


    // Kent

View Complete Thread