Hi, I'm getting some problems to run GWT in IE. It works for all browsers except the IE. I have tried in IE 7 and IE 8 both got this error.
Webpage error details Message: Object doesn't support this property or method Line: 357 Char: 464 Code: 0 URI: http://127.0.0.1:8888/teste/702C8C59D8B61CEFF8A27F12DE818312.cache.html Following the code I could find the error: $wnd.addEventListener... It is using addEventListener(For FF and another browsers) when it should use attachEvent(For IE). Does anybody have ever get this problem ? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/7em4tgrwVH4J. 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.
