Bug 109694 - khtml loads certain webpage endlessly (over and over again)
Summary: khtml loads certain webpage endlessly (over and over again)
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.4.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-27 10:43 UTC by Robert Penz
Modified: 2008-06-28 16:37 UTC (History)
3 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 Robert Penz 2005-07-27 10:43:12 UTC
Version:           3.4.1 (using KDE 3.4.1, Kubuntu Package 4:3.4.1-0ubuntu0hoary1 ())
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
OS:                Linux (i686) release 2.6.10-5-386

Hi!

khtml loads certain webpage endlessly (over and over again)

try as example:

http://www.ebug-europe.com

which redirects to


http://www.ebug-europe.com/bug/default.asp?PageNo=DEFAULT

which is reloaded the whole time.
Comment 1 Tommi Tervo 2005-07-27 12:03:46 UTC
Cannot reproduce (debian 3.4.1 and trunk r438817)
Comment 2 Maksim Orlovich 2005-07-27 15:35:32 UTC
I can..
Comment 3 Maksim Orlovich 2005-10-20 05:28:16 UTC
testcase (name it fr.html):

<script>
function doIt() {
    alert("load!");
    window.location.href = "fr.html";
}
</script>

<body onload="doIt()">
</body>
Comment 4 Christophe Marin 2008-04-16 16:07:23 UTC
Can't reproduce anymore in trunk (rev. 797569)
Comment 5 FiNeX 2008-04-21 11:41:52 UTC
Cannot reproduce even on 3.5.9 the reload on http://www.ebug-europe.com

The "testcase" on 3.5.9 call the "alert" after every onload(). But it seems right to me. 
Comment 6 Christophe Marin 2008-06-28 16:37:53 UTC
Since it works for konqueror 4 and the testcase does what it's supposed to do, closing this bug.