Wednesday, August 21, 2013

Re: TypeError: $doc.body.attachEvent is not a function

It was a setting in the *.gwt.xml file. User agent attribute. Which was set to only IE. Hope it helps some one. If you comment it out, it will create permutations for all the browsers. Or mention gecko1_8 in it for the mozilla. 

On Friday, August 9, 2013 9:49:57 AM UTC-5, SaiP wrote:
Any idea on how to fix this type of issue? obviously, i'm trying to re install the GWT plugin into my RAD. Or may be the Ant did not do well. 

On Thursday, August 8, 2013 11:07:47 AM UTC-5, Jens wrote:
'attachEvent' is Internet Explorer specific and is used in com.google.gwt.user.client.impl.DomImplTrident.java. 

If Firefox executes it then GWT thinks your FireFox browser is Internet Explorer (check the user agent string of your FireFox browser) or you use a GWT library that has messed up deferred binding rules found in com.google.gwt.user.DOM.gwt.xml.

-- J.



--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment