JavaFX: WebView/WebEngine doesn't work with OSGI

2015-05-04 Thread Александр Свиридов
I have two boxes - Centos 7.1 64 and Windows 7 32. Both of them have jre 8.0.60. And I have two javafx projects - osgi and not osgi. Not OSGI: public class MainApp extends Application {     @Override     public void start(Stage stage) throws Exception {     WebView browser = new WebView();

Re: JavaFX: WebView/WebEngine doesn't work with OSGI

2015-05-04 Thread Tom Schindl
This most likely is not the problem but I wanted to point out that launching a JavaFX application this way in the Activator is a bad idea because you activator#start does not finish and so the bundle will never get into the active state! I've not yet run e(fx)clipse on u60 builds (so maybe the

Code Review For RT-39755: ScrollPane introduces distortions when scrolling up down

2015-05-04 Thread Chien Yang
Hi Kevin, Please review the proposed fix: JIRA: https://javafx-jira.kenai.com/browse/RT-39755 Webrev: http://cr.openjdk.java.net/~ckyang/RT-39755/webrev.00/ - Chien

8u-dev and 9-dev unlocked following sanity testing eom

2015-05-04 Thread Kevin Rushforth