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

Nodes doesnt render when controls are used as clip

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P5 P5
    • tbd
    • fx2.0, 8u20
    • javafx
    • all



      Here is the testcase
          Stage {
             title: "checkbox clipping"
             scene: Scene {
                 width: 240, height: 320
                 content: [ Rectangle{
                                         width:200
                                         height:200
                                         clip:Button {
                  
                                                  text: "BUTTON USED FOR CLIP"
                                          }
                                    }]
                        }
              }

            Unassigned Unassigned
            rnairjfx Raghu K Nair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported: