hg: openjfx/8/master/rt: 35 new changesets

2014-01-17 Thread hang . vo
Changeset: 9689bfae29b8 Author:mv157916 Date: 2014-01-10 15:05 -0800 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/9689bfae29b8 RT-35268: Update the JDK 8 build number to b123 in rt/build.properties file in the JavaFX 8 Master forest. ! build.properties Changeset: d4fcb

FX 8u20 JIRA dashboard

2014-01-17 Thread Kevin Rushforth
I can't remember if I sent this out or not. Here is the pointer to the FX 8u20 Development Dashboard in JIRA: https://javafx-jira.kenai.com/secure/Dashboard.jspa?selectPageId=12099 -- Kevin

Re: Strange exception in ComboBox

2014-01-17 Thread Hervé Girod
Hello, I was able to fix the exception by moving the creation of the root Pane of the child Stage somewhere else, though I don't understand why this change make it work. I am still trying to have a simple test case which expose the problem, as soon as I am able to have it (for now my example

hg: openjfx/8u-dev/rt: ECLIPSE ONLY: work around Eclipse jdk8 compiler issue

2014-01-17 Thread hang . vo
Changeset: 9fbbdd89d994 Author:snorthov Date: 2014-01-17 10:16 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9fbbdd89d994 ECLIPSE ONLY: work around Eclipse jdk8 compiler issue ! modules/controls/src/test/java/javafx/scene/control/TreeTableViewTest.java