-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
None
Use cases:
* WebView needs to stop animations inside web page when it is not shown;
* Jasper wanted to know when some node became visible in a tab.
Considerations:
* This is too expensive to calculate for all nodes by default. So the simplest way to provide it would be a special binding implementation or a util class. Where you create a instance and pass in the node you are interested in. It can then register listeners all the way up the tree and listen to what it needs.
- blocks
-
JDK-8151165 ProgressIndicator indeterminate transition initializated even in non visible controls
- Resolved
-
JDK-8151166 Progress Indicator indeterminate transition not stopped when component is not visible
- Resolved
-
JDK-8088846 PopupWindow does not disappear when associated Control is not visible.
- Resolved
-
JDK-8160053 Memory leak with indeterminate ProgressBar and ProgressIndicator
- Closed
- relates to
-
JDK-8252935 Add treeShowing listener only when needed
- Resolved
-
JDK-8162883 ESC button fails to cancel Dialog
- Resolved
-
JDK-8170500 Interminate ProgressIndicator no longer animates if scene is set on stage before content is added
- Resolved
-
JDK-8189265 Closing stage does not free internal resources
- Resolved
-
JDK-8190349 Tooltip based on graphic contented only show less than 1 out of 10 times
- Resolved
-
JDK-8216377 JavaFX: memoryleak for initial nodes of Window
- Resolved
-
JDK-8148827 Indeterminate ProgressBar initially tree invisible does not animate until layoutChildren()
- Resolved