-
Bug
-
Resolution: Fixed
-
P4
-
fx2.1
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8129269 | 7u6 | Martin Sládeček | P4 | Closed | Fixed |
Currently, setting null root node on a Scene doesn't fail right away. Scene-graph code however relies on a root not being null, so NPEs are thrown later during pulse (in CSS pass or picking etc) or in invalidation of Scene's properties. We should either disallow null root node entirely or handle it in scene-graph code (e.g. treat it as an empty group).
- backported by
-
JDK-8129269 Posibility of setting a null root node of a scene should be clarified
-
- Closed
-