JDK-8090121 : CSS Stylesheets and SubScene Problem
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2013-03-18
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Blocks :  
Description
SubScene introduces a way for disjointed scene graphs to be viewed in a single scene, with different camera and root transform...
This disjoint nature poses a challenge to css styles processing in particular:
- Style sheet changes do not migrate correctly from scene.getRoot() down to subScenes for example.  While setUserAgentStylesheet works, getStylesheets().add(...) only affects nodes in a particular subscene.
Comments
If possible, should revisit this for 8u20.
17-12-2013