You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
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:
The custom skin on the button is set using -fx-skin via css stylesheet
The custom button is a part of a layout which has replaced the original root of the Scene
The bug is reproducible with JavaFX 10, 11, 12 but is not reproducible on JDK 9, which is why I think its a regression.
The text was updated successfully, but these errors were encountered:
abhinayagarwal
changed the title
[Regression] Disabled Button keeps opacity when enabled
[Regression] Disabled Button retains opacity when enabled
Aug 23, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
-fx-skin
via css stylesheetThe bug is reproducible with JavaFX 10, 11, 12 but is not reproducible on JDK 9, which is why I think its a regression.
It seems to be related to https://bugs.openjdk.java.net/browse/JDK-8201285 and to the issues marked as duplicates / related in the said issue.
REPRODUCIBILITY: This bug can be reproduced always.
SCSS
CustomButtonSkin.java
Main.java
custom.css
The text was updated successfully, but these errors were encountered: