frames not working?

David Faure dfaure at klaralvdalens-datakonsult.se
Thu Jan 16 20:16:06 GMT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 16 January 2003 00:08, Koos Vriezen wrote:
> On Tue, 14 Jan 2003, Koos Vriezen wrote:
> 
> > > On Tuesday 14 January 2003 19:14, Koos Vriezen wrote:
> > > >
> > > > <html>
> > > > <frameset cols='300,*'>
> > > >  <frame name='frame1' frameborder=1 src='about:blank'>
> > > >  <frame name='frame2' src='about:blank'>
> > > > </frameset>
> > > > </html>
> >
> > One other thing with this, now working frameset example, when going
> > backward and forward, the load progress bar stays at 99% and wheel keeps
> > spinning. A reload seem to be ok.
> 
> Btw, simply reproduce it by making two copies of this example and open the
> first, then the second and press back button.

I can't reproduce this with the current Konqueror... maybe something has to be backported...

> Another spinning button I saw tonight is at www.adsl4linux.nl/frames.html.
> Click on 'install.sh 1.09a' wheel keeps spinning whatever I choose.

WARNING: KServiceType::offers : servicetype application/x-sh not found
Hmm, sounds like another mimetype conversion job for kio_http ....

Other than that - I think I see the bug in KHTMLRun. Yup, this fixes it.

Index: khtml_run.cpp
===================================================================
RCS file: /home/kde/kdelibs/khtml/khtml_run.cpp,v
retrieving revision 1.30
diff -u -p -r1.30 khtml_run.cpp
- --- khtml_run.cpp       13 Jan 2003 21:02:56 -0000      1.30
+++ khtml_run.cpp       16 Jan 2003 20:15:40 -0000
@@ -59,6 +59,7 @@ void KHTMLRun::foundMimeType( const QStr
     if ( m_bFinished )
     {
         m_timer.start( 0, true );
+        emit static_cast<KHTMLPart *>(m_part)->canceled(QString::null);
         return;
     }

- -- 
David Faure -- faure at kde.org, dfaure at klaralvdalens-datakonsult.se
Klarälvdalens Datakonsult AB, Platform-independent software solutions
Contributing to: http://www.konqueror.org/, http://www.koffice.org/
KOffice-1.2.1 is available - http://download.kde.org/stable/koffice-1.2.1/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+JxMG72KcVAmwbhARAgV2AJ4xY7Vx6afMbZPcEnRbEhm7gVtz8wCdGqov
kDVEkEyRNgkpacOTE0uLm6A=
=M7Vt
-----END PGP SIGNATURE-----





More information about the kfm-devel mailing list