-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibilities between JFoenix 9.0.8 and OpenJFX 12 / OpenJDK 12 (JFXDatePicker, JFXTimePicker) #966
Comments
1 task
33 tasks
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is still present, I think. |
Still exists |
Closed
the same for java 15 |
same for JFXTimePicker and java 15 |
Workaround tested on Java 15 From
I believe someone on my team found those arguments on StackOverflow. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found two incompatibilities between JFoenix 9.0.8 and OpenJFX 12. I have trouble at least with two classes: JFXDatePicker and JFXTimePicker. Both classes use ReflectionHelper in order to access ?private? members of the super classes DatePicker and TimePicker from the javafx.scene.controls package.
I guess there are a few changes in OpenJDK 12 as well as OpenJFX 12 and now the JFoenix implementation has to be adapted.
Problem #1: JFXDatePicker line 84, NullPointerException while accessing the private "editor" field from the parent class.
Problem #2: JFXTimePicker ... see exception below ...
Are there any ideas how I can solve the problems or are there any work-arounds?
Thanks,
André
The text was updated successfully, but these errors were encountered: