JDK-8101887 : Resolve NodeOrientation behavior for SubScene
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-03-18
  • Updated: 2015-06-16
  • Resolved: 2013-04-05
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...
NodeOrientation behavior is not immediately clear, and should be defined and implemented.
Comments
Changeset: 89e222310cef Author: Lubomir Nerad <lubomir.nerad@oracle.com> Date: Thu Apr 04 10:32:39 2013 +0200 URL: http://jfxsrc.us.oracle.com/javafx/8.0/scrum/graphics/rt/rev/89e222310cef Description: Fix for RT-29044: Resolve NodeOrientation behavior for SubScene Unit tests added to: javafx.scene.Node_effectiveOrientation_Test javafx.scene.Node_hasMirroring_Test
05-04-2013

Letting SubScene-s to be included in the node orientation inheritance chain and having it auto mirrored seems to provide most consistent behavior.
05-04-2013

The SubScene code has not been checked into main line. Thus this fix depends on RT-26377
18-03-2013