[PATCH] When is KHTMLView done with rendering?

Jeroen Wijnhout Jeroen.Wijnhout at kdemail.net
Fri Jun 18 18:15:59 BST 2004


On Friday 18 June 2004 19:10, David Faure wrote:
> > I propose the following:
> > o If url.hasRef() is true, we should jump to an anchor, either delayed or
> > directly.
> > o If urlcmp( url.url(), m_url.url(), true, true ) && !args.reload &&
> >     !args.redirectedRequest() && !args.doPost() && !isFrameSet
> >   is true, we can be sure the page is not modified, reloading is not
> > necessary.
> > I'm not too sure about the !isFrameSet, what is it for?
>
> If this KHTMLPart is a frameset, then it contains child KHTMLParts
> (one per frame), which each have a KHTMLView. I think the idea of
> the code here is that the frame will handle the "jump to anchor" itself,
> the frameset doesn't have to do anything.

Ok, I will change  "if url.hasRef()" to "if url.hasRef() && !isFrameSet".

best,
Jeroen
-- 
Kile - an Integrated LaTeX Environment for KDE
http://kile.sourceforge.net




More information about the kfm-devel mailing list