Kevin Rushforth

Results 483 comments of Kevin Rushforth
trafficstars

Since this is all part of the same enhancement request, we would want to review your proposed changes for the three supported desktop platforms at the same time. In any...

Targeted to openjfx13, but @prrace will need to evaluate whether we want to implement it.

As announced in [this message](https://mail.openjdk.java.net/pipermail/openjfx-dev/2019-September/023551.html), the official `jfx` repository is moving from [hg.openjdk.java.net/openjfx/jfx-dev/rt](https://hg.openjdk.java.net/openjfx/jfx-dev/rt) to [github.com/openjdk/jfx](https://github.com/openjdk/jfx). This [sandbox repository](https://github.com/javafxports/openjdk-jfx) is being retired on 1-Oct-2019. You will need to migrate your pull...

As announced in [this message](https://mail.openjdk.java.net/pipermail/openjfx-dev/2019-September/023551.html), the official `jfx` repository is moving from [hg.openjdk.java.net/openjfx/jfx-dev/rt](https://hg.openjdk.java.net/openjfx/jfx-dev/rt) to [github.com/openjdk/jfx](https://github.com/openjdk/jfx). This [sandbox repository](https://github.com/javafxports/openjdk-jfx) is being retired on 1-Oct-2019. You will need to migrate your WIP...

This GitHub issue tracker is not actively tracked or managed and will stop being looked at entirely once we transition the official openjfx repo to https://github.com/openjdk/jfx. Please file a bug...

I can reproduce this on my Win 7 machine with 125% scaling, too.

Filed in JBS as [JDK-8211294](https://bugs.openjdk.java.net/browse/JDK-8211294). I slightly modified the test case so that the label is rendered and so the TextField and TextArea are initially populated with text.

> Interestingly using Oracle's Java 1.8 I seem to only have scaling issues on 150% and 175% but it works fine on 100% and 125%. That's because the threshold for...

Note that this GitHub issue tracker is not actively tracked or managed.

In this case we shouldn't throw an exception, but we should ignore that main method and launch the `Application` in the same manner as if the `main` method were not...