Re: Cute Editor duplicating content after <div> tags

  •  08-09-2010, 10:43 AM

    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?
     
View Complete Thread