href to a bookmark(or anchor) inside the HTML <map> Tag is getting modified in Firefox

  •  04-04-2012, 6:16 PM

    href to a bookmark(or anchor) inside the HTML <map> Tag is getting modified in Firefox

    FireFox Only issue
     
    Step 1 :
    go to http://cutesoft.net/example/Relative-or-Absolute-URLs.aspx
     
    Step 2:
    Click on the Absolute Urls radio button
     
    Step 3:
    Click on the HTML mode
     
    Step 4:
    Paste the below code
    1. <img src="http://www.english4today.com/i/element_test48.gif" usemap="#map3" alt="" />    
    2. <map name="map3">    
    3. <area shape="POLY" coords="30,20,50,20,40,30" href="#test" />    
    4. </map> 
    Step 5:
    Switch to normal mode, if you inspect the map tags by going back to the html mode, you will see that the href tag has the absolute URL added to it.
     
    This is same for the SiteRelativeUrls mode
     
    Can't wait from the next edition for CuteSoft to fix this issue(that seems to be their resolution via live chat) by the way when was the last time they came out with the new edition .
     
View Complete Thread