Google Groups Home
Help | Sign in
Message from discussion DOM problem with Konqueror
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Gregor Kofler  
View profile
 More options May 16, 9:21 am
Newsgroups: comp.lang.javascript
From: Gregor Kofler <use...@gregorkofler.at>
Date: Fri, 16 May 2008 15:21:59 +0200
Local: Fri, May 16 2008 9:21 am
Subject: DOM problem with Konqueror
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

--
http://photo.gregorkofler.at ::: Landschafts- und Reisefotografie
http://web.gregorkofler.com  ::: meine JS-Spielwiese
http://www.image2d.com       ::: Bildagentur für den alpinen Raum


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google