un wanted characters in Firefox(URGENT)

Last post 02-18-2009, 1:15 PM by Adam. 3 replies.
Sort Posts: Previous Next
  •  02-14-2009, 3:26 AM 48793

    un wanted characters in Firefox(URGENT)

    Hi,
     
    Happening on My LIVE site...
     
    Checked on this site http://cutesoft.net/example/general.aspx also.
     
    Steps:
    1. Open page with CuteRditor
    2. Find the 3 tabs viz (Normal,HTML and Preview)  in the bottom of cuteeditor control. Click on "HTML" tab
    3. paste following here on editor
       <iframe src="http://www.google.com" width="100%" height="300"> 
    4. In this the ending tag for </iframe> is missing.
    5. Find the 3 tabs viz (Normal,HTML and Preview)  in the bottom of cuteeditor control. Click on "Normal" tab   
    6. you can see the goolge site in iframein editor area.
    7. click again on "HTML" Tab. here you can see following
       <iframe src="http://www.google.com" width="100%" height="300">
       &lt;br id="-moz-br-"&gt;</iframe>
    8. in this, these are the unwanted characters and on submit it will renderd on the page. "&lt;br id="-moz-br-"&gt;"  
     
    HOW TO REMOVE THESE unwanted characters? this happend using Firefox Browser.
     
     
     
     
     
  •  02-14-2009, 7:42 AM 48802 in reply to 48793

    Re: un wanted characters in Firefox(URGENT)

    Hi Vin333,
     
    We can reproduce this, we investigating this issue and will get back to you as soon as possible.
     
    Regards,
     
    ken
  •  02-18-2009, 2:03 AM 48929 in reply to 48802

    Re: un wanted characters in Firefox(URGENT)

    Hi Ken,
     
    Any updates on this...its urgent..its my client issue.
     
    thanks
  •  02-18-2009, 1:15 PM 48947 in reply to 48793

    Re: un wanted characters in Firefox(URGENT)

    This is the firefox behavior.
     
    Please note that the iframe is not closed propertly.
     
    <iframe height="300" src="http://www.google.com" width="100%">
     
    The correct code is:
     
    <iframe height="300" src="http://www.google.com" width="100%"></iframe>
     
    <iframe height="300" src="http://www.google.com" width="100%"/>
     
    When you paste the wrong html code into the editor, browser will automatically to close it. This create some characters.
     
    To resolve this issue, I suggest you use the correct iframe tag when pasting.

    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 as RSS news feed in XML