]
Vlado Pakan commented on JBIDE-19091:
-------------------------------------
Yes I'll be able to test is it's fine for me
Cordovasim: Livereload stop working after pressing 'Refresh'
button from the Platform toolbar
----------------------------------------------------------------------------------------------
Key: JBIDE-19091
URL:
https://issues.jboss.org/browse/JBIDE-19091
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim, cordovasim
Affects Versions: 4.2.2.Final
Reporter: Ilya Buziuk
Assignee: Ilya Buziuk
Fix For: 4.3.0.Alpha1
Both SWT and JavaFX are affected.
Stack trace for javaFx web engine:
{code}
Exception in thread "JavaFX Application Thread" org.eclipse.swt.SWTException:
Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4441)
at org.eclipse.swt.SWT.error(SWT.java:4356)
at org.eclipse.swt.SWT.error(SWT.java:4327)
at org.eclipse.swt.widgets.Widget.error(Widget.java:476)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:348)
at org.eclipse.swt.widgets.Control.forceFocus(Control.java:1075)
at org.jboss.tools.vpe.cordovasim.events.RippleInjector.inject(RippleInjector.java:68)
at
org.jboss.tools.vpe.cordovasim.events.RippleInjector.access$1(RippleInjector.java:55)
at org.jboss.tools.vpe.cordovasim.events.RippleInjector$1.run(RippleInjector.java:44)
at com.sun.javafx.application.PlatformImpl$6$1.run(PlatformImpl.java:301)
at com.sun.javafx.application.PlatformImpl$6$1.run(PlatformImpl.java:298)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:298)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at
org.jboss.tools.vpe.cordovasim.CordovaSimRunner.startCordovaSim(CordovaSimRunner.java:114)
at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.main(CordovaSimRunner.java:91)
{code}