Minor Safari and UrlType.SiteRelative issue

  •  08-22-2008, 8:47 AM

    Minor Safari and UrlType.SiteRelative issue

    Hi,
     
    We have found some unexpected CuteEditor behaviour in Safari browser. The issue is when we use UrlType.SiteRelative - urls got corrupted for Safari 3.1.2
    For example for FireFox link is <a href="http://cutesoft.net/example/some.htm">This is a relative path</a>
    but for Safari link is <a href="http://cutesoft.net/CuteSoft_Client/CuteEditor/some.htm">This is a relative path</a>
     
    Seems there are 2 problems for Safari:
    1) 'example' is lost
    2) 'CuteSoft_Client/CuteEditor' prefix is added by some reason...
    We got such results with the http://cutesoft.net/example/Relative-or-Absolute-URLs.aspx page. Please see attached images.
     
    Thanks for your help
    Dmitry
     
     
    Example 1 - FireFox browser
     
     

    Example 2 - Safari browser
     
     
View Complete Thread