Cute Editor duplicating content after <div> tags

Last post 01-20-2014, 10:18 AM by ShyamShinde2. 13 replies.
Sort Posts: Previous Next
  •  07-19-2010, 3:49 PM 62583

    Cute Editor duplicating content after <div> tags

    Hello,
     
             I have noticed this issue when trying edit some HTML in the editor. This is part of the content I am trying to edit; notice the <p> and <span> tags around the <div> tag.
    <html>
        <body>
            <table >
                <tr>
                    <td >
                    <p align="left"><span style="font-size: 10pt; font-family: Arial">
                    <div align="center"></div>
                    <br />
                    Test String 1
                    <br />
                    </span></p>
                 </td>
                </tr>
            </table>
        </body>
    </html>
     
     
    After I paste this in the editor in the HTML mode; and switch to Normal mode and then back to the HTML mode; I see the text following the <div> tag getting duplicated like this.
     
    <html>
        <body>
            <table>
                <tbody>
                    <tr>
                        <td>
                        <p align="left"><span style="font-size: 10pt; font-family: Arial">
                        <div align="center"></div>
                        <br />
                        Test String 1
                        <br />
                        </span></p>
                        Test String 1 </td>
                    </tr>
                </tbody>
            </table>
        </body>
    </html>
     
     
    I am able to reproduce it on your demo here.
     
     
    The issue seems to be because of both the <p> and <span> tags around the <div> tag; if I remove either, the duplicating of the content stops.
     
    Is there a work around for this issue?
  •  07-19-2010, 6:15 PM 62584 in reply to 62583

    Re: Cute Editor duplicating content after <div> tags

    We can reproduce this issue, we are investigating it and will get back to you asap.
     
    Regards,
    Eric
  •  07-28-2010, 8:25 AM 62776 in reply to 62584

    Re: Cute Editor duplicating content after <div> tags

    Eric,
     
          Has there been any update on this issue?
     
    Thanks 
  •  07-28-2010, 10:40 AM 62780 in reply to 62776

    Re: Cute Editor duplicating content after <div> tags

    We have write down this issue and will fix it in future version asap.
     
    Regards,
    Eric
  •  08-09-2010, 10:43 AM 63266 in reply to 62780

    Re: Cute Editor duplicating content after <div> tags

    Thanks Eric, could you please update when the patch is available.
     
     
    I found something else that might be related. Here is a code snippet.

     
    <html>
        <body>
          <table>
      <tr>
       <td>
                  <p align="left"><font size="2" face="arial,helvetica,sans-serif">                           
                  <p><span style="font-family: Arial; color: red; font-size: 18pt">Be water smart.
                  <br />
                  Watch the new <em>Going Blue</em> book video.</span></p>
                  </p>
                </td>
      </tr>
       </table>         
       This is a test                
        </body>
    </html>
     
    We have some html that may have a <p> tag within another <p> tag like above. What happens here is that when I select both the text inside and outside the table at the same time and try to resize font size, my browser freezes up. Attached screen shot from your demo website. If I remove the inner <p> tag it works correctly. Do you know why this is happening?
     
  •  08-09-2010, 10:45 AM 63268 in reply to 63266

    Re: Cute Editor duplicating content after <div> tags


       Dont know why it isn't showing the screen shot; is there any way I can send it to you?
  •  08-16-2010, 9:09 PM 63433 in reply to 63268

    Re: Cute Editor duplicating content after <div> tags

    You can follow steps:
    1. Click button "Insert Image"
    2. Click "Upload"
    3. Upload image
    4. Select the uploaded image and then insert it in editor area.
     
    Regards,
    Eric
  •  12-21-2010, 9:46 PM 65493 in reply to 63268

    Re: Cute Editor duplicating content after <div> tags

    vinsr27:

       Dont know why it isn't showing the screen shot; is there any way I can send it to you?
     
    This forums software doesn't allow space in your file name when posting.

    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

  •  12-24-2010, 5:10 AM 65517 in reply to 63266

    Re: Cute Editor duplicating content after <div> tags

    this was in response to "Stop running this script error"
     
    hi, I got this issue recently and reported to Cutesoft. When I downloaded the latest version today (it had a lot of files updated in end of nov and 22nd december) the issue seems to have vanished for me. However it would've been nice if we were informed of the updated release somehow (even the website doesnt state it anywhere).
  •  02-01-2011, 10:08 PM 66005 in reply to 65517

    Re: Cute Editor duplicating content after <div> tags

    This issue is resolved. Please download the latest build then try again.

    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

  •  02-01-2011, 10:08 PM 66006 in reply to 65517

    Re: Cute Editor duplicating content after <div> tags

    This issue is resolved. Please download the latest build then try again.

    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

  •  01-14-2014, 2:32 PM 78764 in reply to 66006

    Re: Cute Editor duplicating content after <div> tags

    Hi
     
    I'm facing the some what similar issue with cute Editor and I'm able to reproduce the same on this URl
     
    For me when I was toggling between normal mode and html mode it was copying the text from the <head> tag to <body> tag.
     
    To reproduce this  copy the below html in the html mode and switch between normal mode and html mode
     
    <html>
       <head>
          This text gets placed in the body tag!!!
       </head>
       <body>
       <br />
       </body>
    </html>
     
    Any help?
     
    Thanks 
     
  •  01-15-2014, 7:56 AM 78766 in reply to 78764

    Re: Cute Editor duplicating content after <div> tags

    Hi ShyamShinde2,

     

    Yes, I can reproduce this problem too. We are investigating this issue. Once issue is fix, I will keep you posted.

     

    Regards,

     

    Ken 

  •  01-20-2014, 10:18 AM 78792 in reply to 78766

    Re: Cute Editor duplicating content after <div> tags

     Hi Ken,

     

    Any update  on this issue? Have you generated any ticket regarding this defect,if yes can you please provide me the same.

     

    Thanks.

     

    Shyam

View as RSS news feed in XML