[Webkit-unassigned] [Bug 13546] MSDN left column never loads. Just says "Loading..."

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 15:37:32 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=13546





------- Comment #4 from ddkilzer at webkit.org  2007-11-26 15:37 PDT -------
Mark:

In <http://msdn2.microsoft.com/App_scripts/ssmoz.js>, the following piece of
JavaScript code appears at the very end of the script (cleaned up for style):

if ( ! document.all ) {
    __loadCompat(window);
    if (window.navigator.userAgent.indexOf('Safari')>=0) {
        _loadSafariCompat(window);
    } else {
        _loadMozillaCompat(window);
    }
}

The 'Safari' code path is basically broken on both Safari 2 (I just tested it)
and Safari 3, so it should be removed in favor of the Mozilla code path (which
works on both Safari 2 and Safari 3 while spoofing as Mozilla 1.1 and Firefox
2.0.0.2, respectively).

I should note that this works for this particular page on the MSDN site.  Not
sure if ssmoz.js is only used for displaying the collapsable tree nav area or
whether it's used for other things as well.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list