Bug 153488 - iframes and html layers crap: website leaves after a while
Summary: iframes and html layers crap: website leaves after a while
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.5
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 17:02 UTC by Dieter K.
Modified: 2008-04-23 17:20 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 Dieter K. 2007-12-05 17:02:14 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    SuSE RPMs

This site cannot be shown correctly:

http://www.joyclub.de/forum/

After a while it leaves the screen and then there is only a white window.
Comment 1 FiNeX 2008-04-21 13:14:04 UTC
Bug confirmed on 3.5.8.

Konqueror 4 instead render the page correctly.
Comment 2 Rui G. 2008-04-21 20:46:27 UTC
I can confirm it in 3.5.9.
Comment 3 James Spahlinger 2008-04-22 23:39:39 UTC
Confirmed in 3.5.9, Did not test 4.0.3. Moving this bug to LATER status.

Thanks for reporting the bug, it is reported fixed in trunk the devs may backport the fix.
Comment 4 James Spahlinger 2008-04-22 23:47:03 UTC
Does not occur in 4.0.3. I've moved the status to NEW. Looks like changes need backporting, as its fixed in 4.0.3.
Comment 5 James Spahlinger 2008-04-22 23:47:47 UTC
Errm, oops: Listen to my second comment. I have no clue how I conflicted myself.
Comment 6 A. Spehr 2008-04-23 10:30:49 UTC
Gary Greene is nice and looked at this for me. He says:
This is an html layers issue.... 

line 2 is the culprit. The /ext/update.php ends up getting popped out of the iframe instead of properly updating it like it is supposed to

<iframe id="update_frame" name="update_frame" src="about:blank" style="display:none;visibility:hidden;width:0;height:0"></iframe>
<script type="text/javascript">window.setTimeout("window.update_frame.document.location.href='/ext/update.php?sid=f1d33eae45d3f22dacbf03d2e79e5ae7&tok=085993';",1000);</script>
<div id="linkads" class="linkads" style="position:absolute; top:0px;">
  <script src="http://www.linkads.de/php/show.php?id=7082"></script>&nbsp;|&nbsp;
  <script type="text/javascript" src="http://js.v1.de.euserv.rad.adaos-ads.net/?sn=5;af=10;as=100141;"></script>&nbsp;|&nbsp;
  <a class="linkads" target="_blank" href="http://www.joyclub-cams.de">♥&nbsp;Unsere LIVECAMS&nbsp;♥</a>&nbsp;
</div>

Hopefully that makes it easy for anyone caring to backport to find the commit... Anyone? Else this gets closed with LATER.
Comment 7 Maksim Orlovich 2008-04-23 17:20:48 UTC
There is absolutely no way the relevant stuff gets backported. Way too invasive.

Thanks for the analysis..