Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Flex 4.10.0
Description
See attached for an example. I think this is down to two things:
https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/spark/src/spark/components/gridClasses/DataGridDragProxy.as
element.getLayoutMatrix() is returning null. Doing a check for a null matrix, and returning an identity matrix seems to help
I think this should be inside the loop, (at line 198)
Attachments
Attachments
Issue Links
- is related to
-
FLEX-33705 DataGridDragProxy created item renderer without a reference to the column
- Resolved