A DESCRIPTION OF THE PROBLEM :
When I click title bar twice quickly , a application should be enlarge, and double click title bar again, the window should restore to previous size. The problem is JavaFX application can't resize to previous size when double click title bar.
I try a simple application from official maven example which only a stage containing a label.
I also try three JavaFX versions since 11.0.2 , and all of them have this problem.
But the Ensemble8 app in App Store don't have this problem, I haven't install java 8 on my Mac, so I didn't test the issue with JavaFX8, Maybe it's not a problem with JavaFX8.
openjdk version: 12.0.2
openfx version: 11.0.2, 13, 14-ea+1
Mac version: macOS Mojave 10.14.6
FREQUENCY : always