Kevin Rushforth

Results 483 comments of Kevin Rushforth
trafficstars

No, this issue never got to the point where it is ready for code review. There are API design issues that would need to be hammered out first, such as...

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

CSS is a very complex area, and any performance optimization runs the very real risk of introducing a regression (we have several examples where this has happened). This is especially...

@dgrieve your input would be welcome if you have a few minutes to take a look at this and comment on 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 WIP...

@phamvanthanh - As @nlisker requested, please provide a short, standalone test program that demonstrates this failure. As it is, there is not enough information to proceed.

This GitHub issue tracker is not actively tracked or managed. Please file a bug at [bugreport.java.com](https://bugreport.java.com) and include your test program.

I'll take a closer look when I get time.

Conceptually that seems like the right idea (and one I was thinking to suggest), so I'll review it.

This will need to be tested with both Swing interop (JFXPanel) and SWT interop (FXCanvas). Two questions: 1. Can you say what testing you have done? 2. Have you confirmed...