Use this control in Ie Browser will have problem

  •  05-08-2013, 9:50 AM

    Use this control in Ie Browser will have problem

     When i use ie  insert html content in html code mode   in IE9 browser

     

    <ul>
    <li>a </li>
    </ul>
    <ul>
    <!--mm-->
    <li>a </li>
    </ul>

     

     then save,when i re back to look at in code mode,it will become

    <ul>
    <li>a </li>
    </ul>
    <ul>
    <!--mm-->
       
    </li>
    <li>a </li>
    </ul>

     

    is this bug,How can i do! 

View Complete Thread