[Q] replacing the textarea widget

Koos Vriezen koos.vriezen at xs4all.nl
Fri Sep 3 13:37:55 BST 2004


On Fri, Sep 03, 2004 at 01:49:57PM +0200, David Faure wrote:
> There is (konqueror's findFrame stuff etc.). Sounds like your changes broke it :)
> I lost overview a bit, but do you store the name in khtml::ChildFrame?
> AFAIU you don't create a khtmlpart for about:blank anymore, so the name has
> to be stored somewhere else, and KHTMLPart::findFrame has to see it.

No, I hardly can imagine that I changed any of the creation stuff nor
should any of the KHTMLPart only trees be affected. Also the
FCKeditor/_samples/default.html has this as frameset
        <frameset rows="60,*">^M
                <frame src="sampleslist.html" noresize scrolling="no">^M
                <frame name="Sample" src="html/sample05.html" noresize>^M
        </frameset>^M
and changing 'Sample' opens a new window here
( window.open("newurl", "Sample); ).

But I'll take a look of course. Btw. didn't Waldo also change this frame
stuff?

Koos




More information about the kfm-devel mailing list