Take 2. I had to revert the original fix because it exposed a bug in
StubToolkit causing several test failures. Rather than fixing the
(rather fragile) StubToolkit, I just moved the fix for RT-38457 to
QuantumToolkit.
JIRA: https://javafx-jira.kenai.com/browse/RT-38457
Changeset: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e04700b71f72
-- Kevin
Kevin Rushforth wrote:
Post-commit review for:
JIRA: https://javafx-jira.kenai.com/browse/RT-38457
Changeset: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/5e65b34a175b
This fixes a problem that was exposed by the fix for
https://javafx-jira.kenai.com/browse/RT-17716 and is needed to allow
creation of ContextMenu and Toolip prior to the start method from
being called (prior to the creation of the first Stage).
-- Kevin