sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

Rotate CheckBox in SceneBuilder #1088

Closed Laufinsconsca closed 4 years ago

Laufinsconsca commented 4 years ago

I noticed that when you rotate the checkbox by 90 or 270 degrees, disappears the ability to check it and to change it text. image

jfoenixadmin commented 4 years ago

After some debugging, this issue is related to caching JFXRippler. However I'm not sure why it's disappearing for those specific rotation values (90, 270). it's a very weird issue. I'm open to suggestions.

jfoenixadmin commented 4 years ago

I found this closed issue, so it seems it's related to JavaFX rendering engine. However the fix version is 10, and I don't think it will be pushed to 8 anytime soon :/