I've got a weird issue with the RadioButton(fl.controls) when I add it to the stage.
Here's a quick way to reproduce the issue:
- create an empty MovieClip
- add a RadioButton component
- set the width of the component to a value smaller than 100
- trace the container width
The container width will trace 100 even though the RadioButton instance on stage is less than 100 wide.
If I add the component from code, it works if I invalidate the stage after adding the RadioButton first, then check the container width in a Event.RENDER handler.
Is there any fix for this measurement bug when adding the RadioButton manually in the IDE/Authoring ?