Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: French
Description
This problem refers to bug FLEXDMV-1953 which is marked as "Resolved" for SDK 3.2.
I still have the same problem using SDK 4
This bug occurs with SDK 4.0, Flashplayer 10.1 or 10.2, WinXP.
We get a fatal error using AdvancedDataGrid :
TypeError: Error #1010: Un terme n'est pas défini et n'a pas de propriété.
at mx.controls::AdvancedDataGridBaseEx/commitEditedItemPosition()[E:\dev\4.0.0\frameworks\projects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:4853]
at mx.controls::AdvancedDataGridBaseEx/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:2064]
at mx.controls::AdvancedDataGrid/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\datavisualization\src\mx\controls\AdvancedDataGrid.as:2899]
...
This error occurs in 2 different contexts.
1) Editing a cell on a AdvancedDataGrid with a defined rowHeight.
Steps to reproduce the bug :
1. Run the code spreadsheet.mxml attached.
2. double-click the first row of cells in the left datagrid to edit the value
3. an error is raised
2) Editing a cell on a AdvancedDataGrid with dynamic columns populating.
Steps to reproduce the bug :
1. Run the code spreadsheet.mxml attached.
2. click on TEST1 button to create dynamically a column
3. double-click the first row of cells in the right datagrid to edit the value
4. an error is raised
No Workaround found.
Please execute the MXML file as attachment to reproduce the bug.