DOM problem with Konqueror

G

Gregor Kofler

Trying my widgets on Konqueror 3.5.9/Ubuntu 8.04 gives me the following
error message:

line 172:
Error: DOM Exception 8

The mentioned line contains:

this.layer.removeChild(this.layer.childNodes[this.smartLabel ? 0 : 1]);

Simplifying it with something like:

var n = this.layer.childNodes[this.smartLabel ? 0 : 1];
this.layer.removeChild(n);

yields the same result. alert(n) shows me "object". The widget works in
IE6+, FF, Opera, Safari. Other widgets on my page also feature
removeChild - alas: no error there. Any suggestions or ideas? Googling
for "DOM Exception 8" hasn't provided any meaningful results.

The error can be reproduced by clicking a search-Button on
http://web.gregorkofler.com

Gregor
 
G

Gregor Kofler

Bjoern Hoehrmann meinte:

And DOM Exception 8 _is_ NOT_FOUND_ERR?
The mentioned line contains:

this.layer.removeChild(this.layer.childNodes[this.smartLabel ? 0 : 1]);

Then this may simply be a bug in Konqueror.

Yes - since it doesn't occur in Konqueror 4.0.3 (is it just my computer,
or *is* Konqueror 4 *that* slow?).

Gregor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top