Okay, this occurs to me in a very specific situation. I have <HBox> <Button style="style1"> <CheckBox style="style2"> </HBox> where the style1&2 uses programmatic skin
The Button's transform.matrix always inherit the proper tx,ty from HBox. But the CheckBox get tx=0 and ty=0. When I remove the style from checkbox, the checkbox's transform.matrix has the desired value. Any one experience this situation? Do I have to test all the cases to ensure it's a bug myself before I submit a bug issue? -- View this message in context: http://www.nabble.com/Possible-Bug----CheckBox-not-inheriting-transform-matrix-from-HBox-with-Programmatic-Style-tp15304499p15304499.html Sent from the FlexCoders mailing list archive at Nabble.com.

