MaterialFX icon indicating copy to clipboard operation
MaterialFX copied to clipboard

A library of material components for JavaFX

Results 43 MaterialFX issues
Sort by recently updated
recently updated
newest added

**Describe the bug** MFXGenericDialogBuilder does not pick the styles -fx-border-color and -fx-border-width. **To Reproduce** Create a general dialog like MFXGenericDialogBuilder.build() .setHeaderText(LABEL_ADD_WALLET_DIALOG_TITLE) .setContent(new EasyWalletFXMLLoader().loadAddWalletDialogContent()) .setShowClose(false) .setShowAlwaysOnTop(false) .setShowMinimize(false) .get() And make sure...

to-evaluate

JavaFx has `listView.getSelectionModel().getSelectedIndex()`, but MaterialFX doesn't have, could it provide getSelectedIndex method? I tried that `listView.getSelectionModel().getSelectedValues().get(0)` can do, but it seems strange to write like this

enhancement
to-evaluate

MFXSlider css not applied if using as style class Steps to reproduce the behavior: 1. Create MFXSlider 2. Create css file for example .mfx-slider .track{ -fx-fill: red; } or as...

to-evaluate

**Describe the bug** It seems MFXDialog is displaced at first, and then suddenly moved to its final position. I am able to reproduce it consistently with the demo application. After...

to-evaluate

Playing around with the input controls I have noticed some minor issues: - For all MFXTextField based controls Pressing TAB to focus traverse between controls works correctly, but pressing Shift+TAB...

to-evaluate

Dose this library support change main color in css or code? If we can change the main color in every nodes css file only,it will pay so much of time...

roadmap

1. Columns resizing policy missing - should be constrained/unconstrained (like the simple tableview) because of missing resizing policy columns will not fit for resizing apps 2. There is an issue...

to-evaluate

Wrapped WeakHashMap values in **When** class with WeakReferences

enhancement

FilterComboBox doesn`t show the items on first opening if the items list contains only 1 item.

bug
enhancement
to-evaluate