Frame loading bug

Andras Mantia amantia at kde.org
Mon Mar 6 08:44:59 GMT 2006


Hi,

 Since KDE 3.5.x there is a regression 
(http://bugs.kde.org/show_bug.cgi?id=106748) regarding loading of 
frames when the source is specified with javascript. With the below 
document (also attached) read_m.html will replace the ENTIRE document, 
not only the read_m frame. 

<HTML>
<HEAD>
</HEAD>
<frameset ROWS="145,*" FRAMESPACING="0" BORDER="1" FRAMEBORDER="1">
<frame name="folder_m" src="folder_m.html" frameborder="yes" 
marginwidth="1" marginheight="1" scrolling="no">
<frame NAME="read_m" 
SRC="javascript:this.document.location.href='read_m.html'" 
MARGINHEIGHT="0" MARGINWIDTH="0">
</frameset>
</HTML>

The bug prevents me to deploy Konqueror in a library as it makes a well 
known web mail service unusable.

I would happily fix the bug, but I'm lost. You can find my findings in 
the bug report, but I don't know how to move forward as I don't know 
much about KHTML, not talking about KJS. Can someone with more 
knowledge look at it? I believe this is an easy to solve bug for the 
one who knows the internals, but I'm sure that at least they have an 
idea about what is going on.

Andras

-- 
Quanta Plus developer - http://quanta.kdewebdev.org
K Desktop Environment - http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: framebug.tar.bz2
Type: application/x-tbz
Size: 484 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20060306/e2f72926/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20060306/e2f72926/attachment.sig>


More information about the kfm-devel mailing list