Bug 16249

Summary: Site is not rendered completely.
Product: WebKit Reporter: Anantha Keesara <anantha>
Component: EvangelismAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: jensimmons, mitz, webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://my.walla.co.il/

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.