Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Flex 4.10.0
Description
spark.components.gridClasses.DataGridDragProxy:createChildren()
This method instantiates IGridItemRenderer instances for visual feedback on dragging from a spark datagrid.
IGridItemRenderer has a property column:GridColumn which is not set and will be null for any item renderer created through this mechanism.
Since we have a reference to the column at instantiation time I don't see any problem with assigning it to the instantiated item renderer.
Attached is an example of the issue, and a patch which will assign the column to the item renderer instance
Attachments
Attachments
Issue Links
- is duplicated by
-
FLEX-33712 DataGrid with itemRenderer Drag and Drop error
- Resolved
- relates to
-
FLEX-33722 Dragging a row with an itemRenderer which extends DefaultGridItemRenderer causes null pointer in mx.utils::MatrixUtil$/isDeltaIdentity()
- Resolved