Support forums

Live Support, Chat and HTML Editor
    
Welcome to Support forums Sign in | Join | Help Messenger
in Search

Anchor Tags issue is Back!

Last post 07-19-2008, 5:33 PM by SavageAnne. 11 replies.
Sort Posts: Previous Next
  •  05-15-2008, 12:22 PM 40423

    Anchor Tags issue is Back!

    Hi -
     
    I had initially reported this problem back in 2006  http://cutesoft.net/forums/thread/15660.aspx  It was fixed for a while, but now that I've upgraded to 6.0 it's a problem again.
     
    Here's what happens:  I load this text from a database. "<a id="LOID10593407723" name="LOID10593407723"></a>this is <a id="LOID1059340772" name="LOID1059340772"></a>a test<a id="LOID2048431086" name="LOID2048431086"></a>asdf<a id="LOID105934077234" name="LOID105934077234"></a><br>"
     
    In IE:  In normal view the flags that represent the anchors do not show, but if I flip to html and then back, they show.  Also, the flags show in preview mode, which they should not. 
     
    In FF:  The first flag shows at initial load, but the others don't.  Then each time you flip to html and back one more flag shows. However, after the second flip to html, the control edits the text to be:
    <a id="LOID10593407723" name="LOID10593407723"></a>this is <a id="LOID1059340772" name="LOID1059340772"></a>a test<a style="width: 20px; height: 20px; text-indent: 20px; background-repeat: no-repeat; background-image: url(CuteEditor_Files/Images/anchor.gif);" id="LOID2048431086" name="LOID2048431086"></a>asdf<a style="width: 20px; height: 20px; text-indent: 20px; background-repeat: no-repeat; background-image: url(CuteEditor_Files/Images/anchor.gif);" id="LOID105934077234" name="LOID105934077234"></a><br />
     
    Please help!
  •  05-22-2008, 6:21 PM 40687 in reply to 40423

    Re: Anchor Tags issue is Back!

    Adam or Karen, could I please get a response to this issue? 
  •  05-29-2008, 12:51 PM 40905 in reply to 40687

    Re: Anchor Tags issue is Back!

    I took your string listed below, copied into our online example http://cutesoft.net/example/general.aspx HTML view and this is what I see this is a testasdf. I consider this is a normal behaviour (IE6)

     
    Code pasted:
    <a id="LOID10593407723" name="LOID10593407723"></a>this is <a id="LOID1059340772" name="LOID1059340772"></a>a test<a id="LOID2048431086" name="LOID2048431086"></a>asdf<a id="LOID105934077234" name="LOID105934077234"></a><br />
    Do you not get the same result?
  •  05-30-2008, 7:45 AM 40933 in reply to 40905

    Re: Anchor Tags issue is Back!

    Karen -
     
    Please test in the asp version, not aspx.  http://cutesoft.net/asp/EnableAll.asp
     
    In firefox you will be able to replicate the issue I described in my original post by copying and pasting the code into the html window as you described.
     
    In IE, the issue occurs when the data is loaded from a database and viewed in normal view directly.  Once you flip to HTML view it corrects itself.
     
    - Anne
     
     
     
     
  •  05-30-2008, 9:54 AM 40938 in reply to 40933

    Re: Anchor Tags issue is Back!

    Oops. I am testing on http://cutesoft.net/asp/EnableAll.asp now,
     
    In IE6, when pasting the code directly into HTML view, back to Normal view, this is what I got this is a testasdf. Same as expected.
     
    Testing Load a string directly to CuteEditor.Text doesn't show the flags until toggle once betwen Normal and HTML view, will report probelm too.
     
    In Firefox, I only see 2 flags at the beginning when switched to Normal view. I'll report this problem to design team to make sure it will get attention in coming v6.1.

     
  •  05-30-2008, 10:59 AM 40940 in reply to 40938

    Re: Anchor Tags issue is Back!

    When is 6.1 expected?  This functionality worked in 5.2 (after I reported this problem back in version 5.1) so I'm very disappointed that it is no longer working.  I may have to consider sticking with 5.2 until this is resolved rather than upgrading to 6.0.  I'll consult with my client once I know the time frame for 6.1
  •  06-04-2008, 1:05 AM 41072 in reply to 40940

    Re: Anchor Tags issue is Back!

  •  06-05-2008, 2:03 PM 41175 in reply to 41072

    Re: Anchor Tags issue is Back!

    Hi Adam - 
     
    Thanks for your response.  I just re-tested at http://cutesoft.net/asp/EnableAll.asp
     
    In Firefox I see no change in behavior.  Here are the steps:
     
    1. Click HTML
    2. Paste "<a id="LOID10593407723" name="LOID10593407723"></a>this is <a id="LOID1059340772" name="LOID1059340772"></a>a test<a id="LOID2048431086" name="LOID2048431086"></a>asdf<a id="LOID105934077234" name="LOID105934077234"></a><br>"
    3. click Normal
    4. Note 2 flags instead of 4
    5. click back to HTML
    6. Note html has been changed (which of course it shoudn't be) to "<a id="LOID10593407723" name="LOID10593407723"></a>this is <a id="LOID1059340772" name="LOID1059340772"></a>a test<a style="width: 20px; height: 20px; text-indent: 20px; background-repeat: no-repeat; background-image: url(CuteEditor_Files/Images/anchor.gif);" id="LOID2048431086" name="LOID2048431086"></a>asdf<a style="width: 20px; height: 20px; text-indent: 20px; background-repeat: no-repeat; background-image: url(CuteEditor_Files/Images/anchor.gif);" id="LOID105934077234" name="LOID105934077234"></a>"
    7.  Click Normal
    8.  Note 3 flags
    9. Click HTML
    10. click Normal
    11. Note 4 flags    
     
     
    In ie I can't test because you need to load from a db to do the test, clicking to html and then back to normal seems to work properly.  It's only when you load from a db that the error occurs.  But I think if you test it yourself loading from a db, you will see what I mean.  Karen was able to replicate it in ie.
  •  06-25-2008, 12:06 PM 41702 in reply to 41175

    Re: Anchor Tags issue is Back!

    Hi Adam -  I'd really like a response please.  Thanks - Anne
  •  06-25-2008, 11:36 PM 41722 in reply to 41702

    Re: Anchor Tags issue is Back!

    Anne,
     
    Please try this example:
     
     
    If it works for you, please download the control 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

  •  07-10-2008, 3:46 PM 42122 in reply to 41722

    Re: Anchor Tags issue is Back!

    Sorry I wasn't able to reply earlier.  I was on vaca.
     
    I did download and retest in IE and it seems to work in IE now.
     
    Unfortunately, still no change in behavior in Firefox.  I get the EXACT same behavior as I reported in the 6/5/08 reply.   Are you having a different experience?  I'm using 2.0.0.14 for testing. (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14).
     
    Thanks for your help. - Anne
     
     
     
     
  •  07-19-2008, 5:33 PM 42372 in reply to 42122

    Re: Anchor Tags issue is Back!

    Hi Adam -  Just posting to try to bring this issue back to your attention.  Help would be appreciated. - Anne
View as RSS news feed in XML