Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Create a data grid that includes a column of radio buttons that is populated from a collection of objects (see Titles.as)
2. Create a button that updates the data set's boolean radio button value for row 1 (toggles from true to false or vise versa).
3.
Actual Results: The radio button toggles between between being selected and deselected every time the button is pushed. If the radio button is set to 'true' at start up the button displays incorrectly as well.
Expected Results: The radio button should only toggle once and should remain either selected or deselected depending on which value was toggled. The radio button should also be selected if it was set to true when the application starts. This seems to work fine for all other radio button rows in the datagrid except the first row.
Workaround (if any): None