[FATAL] Uncaught JavaScript exception [com.google.gwt.core.client.JavaScriptException: (TypeError): 'nodeType' a la valeur Null ou n'est pas un objet.
[FATAL] number: -2146823281
[FATAL] description: 'nodeType' a la valeur Null ou n'est pas un objet.
[FATAL] at com.google.gwt.dom.client.Node$.is(Native Method)
[FATAL] at com.google.gwt.dom.client.Element$.is(Element.java:48)
[FATAL] at com.google.gwt.user.client.ui.PopupPanel.eventTargetsPopup(PopupPanel.java:932)
[FATAL] at com.google.gwt.user.client.ui.PopupPanel.previewNativeEvent(PopupPanel.java:1104)
[FATAL] at com.google.gwt.user.client.ui.PopupPanel.access$6(PopupPanel.java:1085)
[FATAL] at com.google.gwt.user.client.ui.PopupPanel$2.onPreviewNativeEvent(PopupPanel.java:1199)
[FATAL] at com.google.gwt.user.client.Event$NativePreviewEvent.dispatch(Event.java:181)
[FATAL] at com.google.gwt.user.client.Event$NativePreviewEvent.dispatch(Event.java:1)
[FATAL] at com.google.gwt.event.shared.HandlerManager$HandlerRegistry.fireEvent(HandlerManager.java:60)
[FATAL] at com.google.gwt.event.shared.HandlerManager$HandlerRegistry.access$1(HandlerManager.java:53)
[FATAL] at com.google.gwt.event.shared.HandlerManager.fireEvent(HandlerManager.java:178)
[FATAL] at com.google.gwt.user.client.Event$NativePreviewEvent.fire(Event.java:80)
[FATAL] at com.google.gwt.user.client.Event$NativePreviewEvent.access$4(Event.java:73)
[FATAL] at com.google.gwt.user.client.Event$.fireNativePreviewEvent(Event.java:412)
[FATAL] at com.google.gwt.user.client.DOM.previewEvent(DOM.java:1284)] in http://localhost:8080/bios-rc/com.sfr.bios.rc.CONX/hosted.html?com_sfr_bios_rc_CONX, line 7
Is there any usefull information I could send you to help getting it fixed ?
That's not good.... it looks like Nicolas found an object for which trying to evaluate (!!o.nodeType) throws an exception.
Some more infos about this bug :it happens in eventTargetsPopup as the NativeEvent beeing passed has no eventTarget set.Find attached a screen capture from the developper that detected this issue. Maybe the stacktrace can help you.