-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
8
The changing of the Scene triggers some actions that may be redundant which may cause too much layout/repaint work.
For example, the View is not properly set up until a ViewEvent.RESIZE event sets the View bounds. So any triggers for layout/repaint will fail to work properly until those bounds are correct.
For example, the View is not properly set up until a ViewEvent.RESIZE event sets the View bounds. So any triggers for layout/repaint will fail to work properly until those bounds are correct.
- relates to
-
JDK-8088846 PopupWindow does not disappear when associated Control is not visible.
- Resolved