firefox problems

Last post 07-23-2007, 2:23 PM by Adam. 3 replies.
Sort Posts: Previous Next
  •  07-21-2007, 12:31 AM 31741

    firefox problems

    Hi, we are interested on your product, that's why I installed .net 1.1 framework evaluation version on our servers.
    However we cannot get images from edited file properly with firefox either 1.0, 1.5 or 2.0 versions
     
    The Editor script should run from a specific folder while each user will have his own folder
     
    editor script:
    /cuteeditor/editor.aspx
     
    users files:
     
    /users/username/*.htm 
     
    binary aspnet files
    /bin
     
    File is retrieved on editor.aspx with htmlload method in the way:
    htmlload(strFile)   --> where strFile is something like "/users/username/myfile.htm"
     
    When loaded with Internet Explorer there's no problem.
    if you right-click->properties then you see the relative path images/logo.gif, and it's what we expect since html files (not created previously through cuteeditor... follows that non absolute path nomenclature)
     
    But with firefox, images/logo is trying to point to /cuteeditor/images/logo.gif. As you can see it happens only with editor, if I open a new firefox window to load the .htm file, it displays properly.
     
    I tried all possible combinations with url path properties you have and read the forum but couldn't see another topic on it.
    any help? With some of the combinations it stops working on IE, but this one works as expected on IE:
     
    BaseHref="http://mysite.com/users/username/"
    RemoveServerNamesFromUrl="true"
    UseRelativeLinks="true"
     
    Please note if I switch all to absolute paths, firefox will show bad on code view
     
    But we prefer relative paths anyway
     
    Problem is with displaying existent images, I can set ok the images gallery path, etc.
     
     
    Thanks in advance
     
     
     
     
     
  •  07-21-2007, 3:11 PM 31746 in reply to 31741

    Re: firefox problems

    marcoscpp,
     
    What's the Image URL?
     
    What's your image gallery path?
     
    Will it happen when you uploading a new image?
     
     

    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-22-2007, 1:56 AM 31750 in reply to 31746

    Re: firefox problems

     
     image url reference under existent htm file to be edited with cute:
    images/logo.gif     
     
     (the real path if you had to get straight from browser would be something like http://www.mysite.com/users/usersite/images/logo.gif")
     
    as I said, works fine on IE since all relative path settings are passed
     
    image gallery path works fine on FF it poins correctly to /users/usersite/images
    since I already set programatically with SetSecurityImageGalleryPath property
     
    it will be uploading fine and shown fine immediatly because your editor will save image url as
    /users/usersite/images/logo.gif   
    and I don't mind having the url at this way, problem is that all those  htm files they need to edit weren't created with Cute and its images path was created in the way I described "images/logo.gif" , it's a valid way and well interpreted by any navigator iwhen browsing.
     
     
     
  •  07-23-2007, 2:23 PM 31795 in reply to 31750

    Re: firefox problems

    marcoscpp,
     
    Try set URLType property as the followings and try again.
     
    URLType = URLType.Default;
     
    URLType = URLType.SiteRelative;
     
     

    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

View as RSS news feed in XML