Mihai Chira created FLEX-34216:
----------------------------------
Summary: GridItemEditor's save() method is still called despite
the grid not being on stage anymore
Key: FLEX-34216
URL: https://issues.apache.org/jira/browse/FLEX-34216
Project: Apache Flex
Issue Type: Bug
Components: Spark: DataGrid
Affects Versions: Apache Flex 4.11.0
Reporter: Mihai Chira
Fix For: Apache Flex 4.13.0
Steps to reproduce:
1. Import and run the attached project
2. Double click on the item in the grid to show the dropdown.
3. Click on the dropdown to open it.
4. Press Ctrl+W.
5.Click anywhere on stage.
Actual result: the save() method of the GridItemEditor is called long after the
grid has been removed from stage.
Desired result: when the grid is removed from stage, the item editing session
is closed.
--
This message was sent by Atlassian JIRA
(v6.2#6252)