Re: Bug with target attribute and spans inside a tags.

  •  08-11-2010, 2:39 PM

    Re: Bug with target attribute and spans inside a tags.

    1. IE8.0.7600
     
    Steps are as follows:
    b. switch to "HTML"
    c. remove all html code
    d. paste the following html code:
       <a target="_blank" href="http://cutesoft.net/"><strong><span style="font-size: 10pt;">If you wish to return to the home page at any time please click here</span></strong></a>
    e. switch between "Normal" and "HTML" several times
    f.  The HTML code will be:
        <a href="http://cutesoft.net/" target="_blank"><strong><span style="font-size: 10pt">If you wish to return to the home page at any time please click here</span></strong></a> 
        I cannot get the following html code:
       <a href="http://cutesoft.net/"><strong><span style="target: _blankfont-size: 10pt">If you wish to return to the home page at any time please click here</span></strong></a>
     
    2. Firefox 3.6.6
     
    The html code will be:
    <a target="_blank" href="http://cutesoft.net/"><strong><span style="font-size: 10pt;">If you wish to return to the home page at any time please click here</span></strong></a>
     
    We cannot reproduce this issue, can you test it again? please do that in our online demo:
    If you can reproduce it, please tell us your operation steps.
     
    Regards,
    Eric
     
     
     
View Complete Thread