Bug 146384 - KHTML does not display Corus Bank website correctly -- unusable
Summary: KHTML does not display Corus Bank website correctly -- unusable
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-05 08:11 UTC by premierSullivan
Modified: 2012-05-01 15:10 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Turn 304 into 200 for sync XHR as well (1.58 KB, patch)
2007-06-05 08:28 UTC, Maksim Orlovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description premierSullivan 2007-06-05 08:11:38 UTC
Version:           3.5.6 (using KDE 3.5.6, Kubuntu (feisty) 4:3.5.6-0ubuntu14)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.20-16-generic

The website www.corusbank.com is unusable because of the site's poor, IE centric webdesign.  Load the page in Konqueror and Firefox for a comparison-- notice the broken menus in Konq.  A person on #khtml called DevEagle wrote a patch to fix it, so please include the fix in the next version of kdebase.
Comment 1 Maksim Orlovich 2007-06-05 08:27:28 UTC
The problem here is that they use a sync XHR on something that's cacheable, and expect a 200 .status, but get a 304. adawit fixed this issue for async XHR already... Patch upcoming..
Comment 2 Maksim Orlovich 2007-06-05 08:28:17 UTC
Created attachment 20780 [details]
Turn 304 into 200 for sync XHR as well

Definitely needs review as we don't have regtests for this stuff...
Comment 3 A. Spehr 2008-04-24 02:09:30 UTC
AFAIKT the menus work now, and it looks the same in Konq4 (branch 4.0 r793993) and Iceweasel (2.0.0.13). Maybe the website has changed?

http://web.archive.org/web/20070515063247/http://corusbank.com/
Even this seems to work...

I'd like to close this, but perhaps I am missing something?

Maks: Is this something that could be added to regtest stuffs?
Comment 4 A. Spehr 2008-04-25 22:17:25 UTC
This turns out to be a "don't close".