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

ShapeSubstract does not honor bind changes in a and b

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P4
    • None
    • fx1.2.1
    • javafx
    • None
    • Tested on MacOS X 10.6

    Description

      insert ShapeSubtract {
                  fill: Color.color(0,0,0,0.8)
                  blocksMouse: true
                  translateY: bind Main.navheight
                  a: Rectangle {
                          width: bind layer.scene.width
                          height: bind layer.scene.height - Main.navheight - Main.menuheight
                     }
                  b: bind Rectangle {
                     x: 20
                     arcWidth: 15
                     arcHeight: 15
                     y: 34
                     height: bind ci.height - 30
                     width: bind ci.width
                  }
              } into content;

      The shape does not change if any of the bound attributes in a or b change.

      Attachments

        Issue Links

          Activity

            People

              kcr Kevin Rushforth
              tbutterjfx Thomas Butter (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: