Hi,

We are in the process of migrating a project from GWT 1.7 to GWT 2.2.
Everything works
fine -- on Firefox. On every other browser I get a

> com.google.gwt.core.client.JavaScriptException: (TypeError): Das Objekt 
> unterstützt diese
> Eigenschaft oder Methode nicht.
(translates to: this object does not support this method or attribute,
full stacktrace here
http://paste.pocoo.org/show/349434/).

The exception is thrown everytime I get a Element by something like
Element e = doc.getElementById("<id>"); e.hashcode();

You can find the relevant code of an example project here
http://paste.pocoo.org/show/349435/ and the project itself here
http://rapidshare.com/files/451374531/xmlOpTest.zip

This happens only in GWT 2.X and only in a browser other than
firefox.

Am I making a mistake and / or is this a known bug? Any suggestions?

Greetings, Panke

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to