[patch] to bug 88243

Koos Vriezen koos.vriezen at xs4all.nl
Sun Feb 13 16:45:55 GMT 2005


On Sun, Feb 13, 2005 at 05:19:45PM +0100, Paul Temple wrote:
> Koos Vriezen wrote:
> > I haven't tried your patch, but if I place kdBacktrace in
> > HTMLObjectElementImpl::attach (called when attacked and too
> > soon for applet/object to create (*)) and
> > RenderPartObject::updateWidget that performs the object
> > creation, I see:
> >
> > (*) eg for
> >   <applet NAME="myappletname" WIDTH=800 HEIGHT=150>
> >     <param NAME="code" VALUE="myapplet">
> >   </applet
> >   we have to wait for all params to be inserted as our child
> 
> the methods the patch extends are never called when html is 
> parsed - they are called when I appendChild/insert...etc. via 

Ah, confused by KHTMLParser::insertNode vs NodeBaseImpl::insertBefore.
Never mind then :-)

Koos




More information about the kfm-devel mailing list