Bug 120315 - Konqueror hangs on http://www.cisco.com
Summary: Konqueror hangs on http://www.cisco.com
Status: RESOLVED DUPLICATE of bug 124910
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: 3.5
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 132078 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-17 16:04 UTC by Hasso Tepper
Modified: 2008-04-25 09:33 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hasso Tepper 2006-01-17 16:04:11 UTC
Version:           3.5 (using KDE 3.5.0, compiled sources)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.14.5-ck7

Konqueror hangs on http://www.cisco.com. Strange thing is that I can't even click on konqeror menu after loading page, but shade up/down works - ie. content of konqueror window still appears after shading. It doesn't hang 100%, but most of time though.

After disabling JavaScript page loads without hang, but many features of cisco.com require JavaScript, so this workaround isn't really acceptable.
Comment 1 Maksim Orlovich 2006-01-20 01:10:49 UTC
It doesn't actually hang, I think -- but rather they have boatload of JS trying to respond to your every click
Comment 2 Hasso Tepper 2006-03-06 14:15:30 UTC
Investigating further showed that it's something in the http://www.cisco.com/swa/j/global.js file which breaks Konqueror. Blocking this file via AdBlock makes site working for me.
Comment 3 Ian Ventura-Whiting 2006-05-27 12:01:41 UTC
I can confirm that this is an issue.
Comment 4 Sean Lynch 2006-06-08 00:19:14 UTC
I noticed when I try to click on a link, it does not respond.  If you move your mouse, it looks as though you were trying to drag an image, even though I was sure to mouse up without moving the mouse.

It is possible to visit a link by tabbing to the link and pressing enter, but if you go Back, konqueror hangs (still redraws, but doesn't respond inside the khtml window).
Comment 5 Alex Zepeda 2006-07-11 00:49:05 UTC
The problem appears to be an XMLHttp related race condition, in that the whole frobbing of the event loop causes Konq/KIO::NetAccess to forget that there's a modal dialog somewhere.

Commenting out the event loop / modal manipulation will seemingly fix the problem, but likely cause problems with other consumers of KIO::NetAccess::synchronousRun.  Simply putting some sort of delay in the appropriate Cisco javascript file (lc.js) will also fix the problem.

This should be merged with #124910.
Comment 6 Tommi Tervo 2006-08-08 20:26:30 UTC
*** Bug 132078 has been marked as a duplicate of this bug. ***
Comment 7 Manoloudis 2006-10-06 00:07:38 UTC
Cisco has redesigned their website.
It doesn't hang anymore.
But you'll notice that there is the mystery meat navigation over the menus which works on firefox but not on konqueror.
The original problem that made konqueror hang, hasn't been solved either.
Comment 8 Christophe Marin 2008-04-06 12:28:07 UTC
The bug cannot be reproduced in trunk r793966. (the original one).

For comment #7 : The dropdown menu on the now homepage is working in Konqueror but isn't in FF 3.0b5 :)
Comment 9 A. Spehr 2008-04-25 09:33:58 UTC
per  Alex Zepeda's comments, I'm dupping this.

*** This bug has been marked as a duplicate of 124910 ***