Inconsistent URLs on Paste

  •  03-27-2011, 7:40 PM

    Inconsistent URLs on Paste

    A few observations that are confusing my users (tried on http://phphtmledit.com/Relative-or-Absolute-URLs.php with selector set to default):
     
    In IE 7/8:
    - If I copy an existing image who's source is siteRelative (ie. /Uploads/j0423861.jpg) and then paste it below itself, the newly pasted image's source is now Absolute (ie. http://phphtmledit.com/Uploads/j0423861.jpg)???
    - If I copy the "This is a Site Root Relative path" (/some.htm) and then paste it below itself, the newly pasted href is now
    Absolute (ie. http://phphtmledit.com/some.htm)???
     
    In Firefox 3.6:
    - If I copy an existing image who's source is siteRelative (ie. /Uploads/j0423861.jpg) and then paste it below itself, the newly pasted image's source is now Relative (ie. Uploads/j0423861.jpg)???
    - If I copy the "This is a Site Root Relative path" (/some.htm) and then paste it below itself, the newly pasted href is now
    Relative (ie. some.htm)??? 
     
    Can this please be addressed? Or if not immediately, can you please provide a temporary fix?
     
    Thanks
View Complete Thread