Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2005
    Posts
    151
    Plugin Contributions
    0

    Default Safari pop-up error

    My client who is using Safari gets a pop-up error whenever she creates or edits a category that says:

    Mozilla <1.3 Beta is not supported!
    I'll try, though,but it might not work.

    To continue, she has to click OK each time. Can this be disabled?

    ~anne

  2. #2
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Safari pop-up error

    Googling brings up many links that point towards it being an issue with the HTMLArea editor, maybe install the fckeditor addon and see if that helps?

    http://www.zen-cart.com/index.php?ma...roducts_id=268
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  3. #3
    Join Date
    Oct 2005
    Posts
    151
    Plugin Contributions
    0

    Default Re: Safari pop-up error

    Thanks for pointing me in the right direction (HTMLarea editor). I set it to plain text for her instead. When she really wants and HTML editor, she can switch and put up with the error for those times.

  4. #4
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Safari pop-up error

    You're welcome
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  5. #5
    Join Date
    Sep 2005
    Posts
    78
    Plugin Contributions
    0

    Default Re: Safari pop-up error

    I tried this and it works for me. Don't know if it will effect anything else at this point though. Any input is welcome.

    Commented out lines 1830 and 1831.

    In Catalog > Editors > Htmlarea.Js

    // FIXME!!! this should return false for IE < 5.5
    HTMLArea.checkSupportedBrowser = function() {
    if (HTMLArea.is_gecko) {
    if (navigator.productSub < 20021201) {
    alert("You need at least Mozilla-1.3 Alpha.\n" +
    "Sorry, your Gecko is not supported.");
    return false;
    }
    if (navigator.productSub < 20030210) {

    Line 1830- //alert("Mozilla < 1.3 Beta is not supported!\n" +
    Line 1831- // "I'll try, though, but it might not work.");

    }
    }
    return HTMLArea.is_gecko || HTMLArea.is_ie;
    };

    Hope this helps, again, any inputs are welcome.

 

 

Similar Threads

  1. v151 Customer can not check out on IPHONE Safari, MAC OSX Safari
    By kapsolas in forum General Questions
    Replies: 1
    Last Post: 8 Apr 2013, 07:28 PM
  2. Safari CSS Error
    By jeskremer in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 24 Sep 2009, 07:32 PM
  3. Correct pop up window size in Safari: larger image
    By dharma in forum Basic Configuration
    Replies: 0
    Last Post: 29 Dec 2006, 08:22 PM
  4. Safari Render error
    By Escaport in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 Sep 2006, 07:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg