jfx icon indicating copy to clipboard operation
jfx copied to clipboard

JavaFX mainline development

Results 169 jfx issues
Sort by recently updated
recently updated
newest added

The goal of this change is to make sure jfx repo can be imported as a gradle project in eclipse and all nested projects in the workspace compile with no...

rfr

This PR fixes an issue when there is a DialogPane that has no header and no graphic is set, by adding the `graphic-container` styleclass only when there is a non-null...

rfr

The issue is reproduced on Raspberry Pi 3 B+ with Touchscreen display. To reproduce the issue run the [ScrollPaneSample](https://bugs.openjdk.java.net/secure/attachment/93270/ScrollPaneSample.java) with Monocle: > sudo jdk/bin/java -Dprism.verbose=true -Djavafx.platform=monocle -Dembedded=monocle -Dglass.platform=Monocle ScrollPaneSample An...

rfr

Setting a null selection model in TableView and TreeTableView produce NPE on sorting (and probably in some other situations) because the check for null is not done in several parts...

It's "a bit" complicated. In some situations, getRuns get's called because listeners on bounds are set. This causes TextFlow to layout to compute the runs. Afterward, the bounds of the...

rfr

I hit on JDK-8181084 while making some changes to Scene Builder, so I decided to investigate. Please note: I have not done any Objective-C or MacOS development before. So I...

rfr

When calculating the viewportOffset, we now already take into account that cells will have to shift. This prevents the creation of temporary empty cells in the layout phase. One test...

rfr

This PR switches the Thread to the QuantumRenderer, in the case the Disposer is called from another Thread - the printing Thread. I'm open for better solutions on how to...

rfr

This PR allows dispatching a menu event on Android to trigger a ContextMenuEvent. It is somehow a follow-up of [JDK-8245575](https://bugs.openjdk.java.net/browse/JDK-8245575), where the same was added for iOS. While no test...

rfr
ready

This is an initial (incomplete) implementation of 8290037 for evaluation. If the approach is agreed, I will modify the rest of the `*PropertyBase` classes which use weak listeners, and add...

rfr
csr