Nodes doesnt render when controls are used as clip

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P5
    • tbd
    • Affects Version/s: fx2.0, 8u20
    • Component/s: javafx
    • Environment:

      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"
                                          }
                                    }]
                        }
              }

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

              Created:
              Updated:
              Imported: