Are there any limitations to debugging a Vaadin project when using PUSH?
After upgrading to 7.6.0 we started experiencing the following, but only when the debugger (?debug) is turned on.
Uncaught client side exception
(TypeError) : Cannot read property 'destroy' of undefinedcom.google.gwt.core.client.JavaScriptException : (TypeError) : Cannot read property 'destroy' of undefined
at Unknown.qBb(.....WidgetSet-0.js)
at Unknown.LBb(.....WidgetSet-0.js)
at Unknown.Zi(.....WidgetSet-0.js)
at Unknown.Qi(.....WidgetSet-0.js)
at Unknown.yi(.....WidgetSet-0.js)
at Unknown.eval(.....WidgetSet-0.js)
at Unknown._f(http://[domain.address]
/venn/VAADIN/vaadinPush.debug.js?v=7.6.0)
at Unknown._invokeFunction(http://[domain.address]
/venn/VAADIN/vaadinPush.debug.js?v=7.6.0)
at Unknown._invokeCallback(http://[domain.address]
/venn/VAADIN/vaadinPush.debug.js?v=7.6.0)
at Unknown._websocket.onmessage(http://[domain.address]
/venn/VAADIN/vaadinPush.debug.js?v=7.6.0)