Yuriy Yarovoy created FLEX-33219:
------------------------------------
Summary: Code error: assigning value to a local constant
Key: FLEX-33219
URL: https://issues.apache.org/jira/browse/FLEX-33219
Project: Apache Flex
Issue Type: Bug
Components: Spark: Grid
Affects Versions: Apache Flex Next
Reporter: Yuriy Yarovoy
Priority: Minor
There are two code errors in the GridSelection
(https://svn.apache.org/repos/asf/incubator/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridSelection.as)
class:
1) at line 1378 new value is assigning to the the constant newRowIndex by using
postfix decrement
2) the same problem is at 1638 line with the constant newColumnIndex.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira