On Mon, Mar 7, 2011 at 5:20 AM, Panke <[email protected]> wrote:
> 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(); > What does "e" look like in your debugger? -- 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.
