Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 2.x
Language Found: English
Description
Steps to reproduce:
1. Run the attached SWF or compile and run attached mxml file
Actual Results:
RTE
TypeError: Error #1034: Type Coercion failed: cannot convert mx.controls::RadioButtonGroup@1609221 to flash.display.DisplayObject.
at mx.components::Group/itemAdded()
at mx.components::Group/initializeChildrenArray()
at mx.components::Group/commitProperties()
at mx.core::UIComponent/validateProperties()
at mx.managers::LayoutManager/validateProperties()
at mx.managers::LayoutManager/doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()
at mx.core::UIComponent/callLaterDispatcher()
Expected Results:
No RTE or compile-time error
Workaround (if any):
Use Declarations block:
<Declarations>
<RadioButtonGroup id="radiogroup1" />
</Declarations>