Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Apache Flex 4.11.0
-
None
-
Apache Flex 4.11 AIR 3.9, Desktop
Description
Steps to reproduce:
- Create and run the attached project.
- click on the "change something" button on one of the lower rows
Actual result:
- The hover indicator shows two or three rows higher than where the mouse is.
Expected result:
- The hover indicator does not change from the row under the mouse
Culprit seems to be in spark.components.Grid.as, the function updateHoverForDataProviderChange computes the hoverRowIndex to be one which ignores the current scroll position.