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"
}
}]
}
}
- blocks
 - 
                    
JDK-8108225 Labels of controls used for clip appear outside the control.
-         
     - Resolved
 
 -