[PATCH] khtml_part.cpp
Dirk Mueller
mueller at kde.org
Tue Dec 3 06:17:01 GMT 2002
On Die, 03 Dez 2002, Pascal L?tourneau wrote:
> + if ( n.elementId() != ID_SCRIPT )
> + {
> + next = n.firstChild();
> + if(next.isNull()) next = n.nextSibling();
> + }
> + else
> + next = n.nextSibling();
thats not really correct. it should do that decision based on whether or not
a renderer() is available.
This way it will catch more cases.
--
Dirk (received 203 mails today)
More information about the kfm-devel
mailing list