Styles are lost when pressing the Undo button

  •  08-07-2007, 5:07 PM

    Styles are lost when pressing the Undo button

    I am evaluating the Editor control, and have found few "features", which will frustrate my customers,
    and they ofcourse will drive me mad :) , if I decide to use the control.
     
    Here is my scenario:
    I put style in the html mode, like this

    <style>
    .myStyle
    {
    color:red;
    }
    </style>
    <div><input id="image1" type="image" value="image1" name="image1" />Some text </div>
    <div>&nbsp;</div>
    <div>Some Header</div>
    <div>&nbsp;</div>
    <div class="myStyle">Some other stuff</div>

     
    Then went to the design mode and apply a header (h4) to some text, then pressed the Undo button.
    The style I defined in html are whiped from html at this point, even the <style> tag is gone....
     
    Is this going to be addressed any time soon?
     
    Another inconvenieent feature is whenever I am clicking a button wich displays a modal dialog,
    the OK and Cancel buttons are hidden beyond the visible area, and these dialogs are not resizable,
    so there are no way to add an image to the page for instance.
     
    I am in IE 7.0 and screen resolution is 1920x1200.
     
     
    Please advise.
    Thanks,
    Max  C.
     
     
    Filed under: ,
View Complete Thread