Re: Plain text pasting and formatting problems on IE8

  •  11-17-2009, 2:30 PM

    Re: Plain text pasting and formatting problems on IE8

    rasher:
    Hi Adam
     
    Thanks for your reply. In IE7. we tried the following:
     
    First we cleared all content from the editor window
     
    Then copied 3 paragraphs of text into the editor using the Paste as Plain text tool
     
    If we try to add a bullet point to one of the paragraphs all three become indented for some reason..
     

     
     
    This is not an online Eidtor issue. It's about HTML List Rules.
     

    First let's make a test. 

    Type the following HTML code into your FrontPage: 

    test<br/>

    test<br/>

    test<br/>

    test<br/>

    test<br/>

    test<br/>

    test<br/>

     

    Select the first line and click the order list. 

    You will find out FrontPage has the same behavior as Cute Editor. 

    The <br> tag is a special HTML element, not a Block-level element like <div>, <p> 

    Like other editors, Cute Editor implements the IE MSHTML Editing Platform.  

    One of the general rules for what happens when you click on a list toolbar button:

    For selected paragraphs that are not list items, make each paragraph a list item. 

    It's a bit tricky when intervening <br> element. The users may want the editor automatically remove <br> elements; And also want the editor add a list item between each <br>...
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread