when i am trying to run the application in the Hosted Mode,
I get the below exception:
[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError): Object
doesn't support this property or method
number: -2146827850
description: Object doesn't support this property or method
at com.google.gwt.user.client.impl.DOMImplStandard.initEventSystem
(Native Method)
at com.google.gwt.user.client.impl.DOMImplMozilla.initEventSystem
(DOMImplMozilla.java:39)
at com.google.gwt.user.client.impl.DOMImpl.maybeInitializeEventSystem
(DOMImpl.java:111)
at com.google.gwt.user.client.impl.DOMImplStandard.sinkEvents
(DOMImplStandard.java:132)
at com.google.gwt.user.client.impl.DOMImplMozilla.sinkEvents
(DOMImplMozilla.java:27)
at com.google.gwt.user.client.DOM.sinkEvents(DOM.java:1221)
at com.google.gwt.user.client.ui.UIObject.unsinkEvents(UIObject.java:
741)
Can you tell me whats the problem with the MenuItem
unsinkEvents(Event.MOUSEEVENTS | Event.ONCLICK | Event.FOCUSEVENTS |
Event.KEYEVENTS);
method
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---