-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
There are 2 places where the App thread check should be added:
1) Stage.setScene -RT-17716 allows popup to set scene off the app-thread, but we don't want to support this for Stage as the scene setter of Stage is public.
2) Parent.children modification check
1) Stage.setScene -
2) Parent.children modification check
- relates to
-
JDK-8093856 Some controls can only be created on the FX application thread
- Resolved
-
JDK-8090669 Add tests that check for correct non-app thread initialization of Scene & PopupWindow
- Open