Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Run the attached program and click the button.
2.
3.
Actual Results:
The number of buttons in myRbg stays at 1 even after adding two members to the group.
Expected Results:
The number of buttonsin myRbg should have increased to 3.
set group needs to do much more than just set the member variable to the new group name
deleteGroup should not be deleting document[groupName] since RadioGroup did not allocation this memory
these problems have all been fixed in FxRadioButton
Workaround (if any):