RESOLVED CONFIGURATION CHANGED 16249
Site is not rendered completely.
https://bugs.webkit.org/show_bug.cgi?id=16249
Summary Site is not rendered completely.
Anantha Keesara
Reported 2007-12-02 08:43:23 PST
Verified with: WebKit-SVN-r28278 Other Browsers: This site is not rendered in Opera and Safari.
Attachments
mitz
Comment 1 2007-12-02 09:08:15 PST
Works fine when spoofing as IE 7.
Robert Blaut
Comment 2 2008-02-15 06:06:40 PST
Browser sniffing throws away Webkit: function WallaCheckBrowser() { var navFamily = navigator.userAgent.toLowerCase(); if (navFamily.indexOf('msie')!=-1) { var ver = parseFloat( navFamily.substring(navFamily.indexOf('msie')+5, navFamily.length) ); scriptStr='SCRIPT'; navFamily = 'IE7'; } else if (navFamily.indexOf('gecko')!=-1) { var ver = parseFloat( navFamily.substring(navFamily.indexOf('gecko')+6, navFamily.length) ); scriptStr='script'; navFamily = 'Gecko'; } else { scriptStr='script';navFamily = 'Gecko'; } return navFamily; } The bug confirmed as an Evangelism bug.
Note You need to log in before you can comment on or make changes to this bug.