Kevin Rushforth

Results 483 comments of Kevin Rushforth
trafficstars

> Just tested it. Unfortunately, qualified opens does not seem to work. This seems like a bug, probably similar in nature to [JDK-8177566](https://bugs.openjdk.java.net/browse/JDK-8177566). I'll file a JBS bug to track...

Oh, I see. You are right that this isn't the same case as the FXML case, where it was an internal "trampoline" class running in the unnamed module that caused...

@Ciruman if you are interested in providing a fix, then you can submit a pull request, although you will need to get consensus among the IntelliJ users on openjfx-dev before...

I'd need to test it and also compare it with HBox, but my guess is that this is a behavioral bug rather than a docs issue.

I can confirm that this is a functional bug in `FlowPane` and not a doc bug. I will file a Bug to fix in JavaFX 14. `HBox` has a similar...

This is now tracked in JBS: https://bugs.openjdk.java.net/browse/JDK-8228453

Please read the [CONTRIBUTING](https://github.com/javafxports/openjdk-jfx/blob/develop/.github/CONTRIBUTING.md) guidelines, specifically the [Before submitting a pull request](https://github.com/javafxports/openjdk-jfx/blob/develop/.github/CONTRIBUTING.md#before-submitting-a-pull-request) section. Since this is a new feature that adds new API, it will need prior discussion on the...

Your question really boils down to the more general "How do I get a new feature into JavaFX?". You commented that the barrier seems a bit higher than you were...

I can see your point about the open JBS Enhancement request, so it seems that there might be still something missing in our README and/or CONTRIBUTING docs that could help...

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...