Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8101809

Node Orientation - Limit effective node orientation change propagation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • javafx
    • None

      Currently when some parent Node gets the parentEffectiveOrientation change notification and its orientation is INHERIT, it invalidates its calculated orientation values (effective and automatic) and automatically forwards this notification to all its children. These notifications could flood the Scenegraph when it is constructed from bottom to up. In this case it is probably better to get the parent's effective orientation directly, calculate new Node's effective and automatic orientations, compare them with old values and forward to children only when real change is detected (not a mere invalidation).

            lnerad Ľubomír Nerád (Inactive)
            lnerad Ľubomír Nerád (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: