openjdk-jfx icon indicating copy to clipboard operation
openjdk-jfx copied to clipboard

The openjfx repo has moved to:

Results 100 openjdk-jfx issues
Sort by recently updated
recently updated
newest added

We should create a GitHub team for all repos that are related to OpenJFX. Why? - We can easily manage members of the team - We can define a name,...

housekeeping

In the HTMLEditor, when positioning the caret in a text, the toolbar is updated to reflect the current position (font-size, bold button etc). The font-family is not updated if the...

The purpose of this issue is to discuss about MathML support on JavaFX with Android or IOS platforms. ---- As far as I can understand Oracle's work and Gluon Team...

bug

Sometimes between a ComboBox Text and its arrow-button is some whitespace which you cannot get rid of. The `computePrefWidth` method of the anonymous class `ListView` of `ComboBoxListViewSkin` seems to be...

While there are many places in `ListViewBehavior` that check if list's selection model is not null, there are still a couple of places that assume it exists. One of them...

bug

When using the below as a main-class: ```java import javafx.application.Application; import javafx.stage.Stage; public class App extends Application { @Override public void start(Stage primaryStage) { throw new AssertionError("Failed to reproduce NPE.");...

bug

The opacity property of a custom button, that is _initially disabled_, is not updated once it has been enabled. The following conditions needs to be met to reproduce the issue:...

https://www.dailymotion.com is not working on JavaFX WebView. I have tested on JDK 8u181 & JavaFX 11 (Windows and macOS). **test code:** ```java import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.web.WebView; import javafx.stage.Stage;...

bug

I'm sorry if this is the wrong place to ask, but I figured it might be worth trying. I'm currently creating a concept for a potentially infinitely scrolling map. The...

When click with finger on combobox it sometimes open and sometimes not open listview on touch scren. ChoiceBox works always...