[ https://issues.apache.org/jira/browse/FLEX-27758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carol Frampton resolved FLEX-27758. ----------------------------------- Resolution: Fixed Fix Version/s: Apache Flex Next Author: cframpton Date: Tue Nov 13 23:06:00 2012 New Revision: 1409019 URL: http://svn.apache.org/viewvc?rev=1409019&view=rev Log: FLEX-22758. Fix the target check in the mx:DataGrid keyDownHandler so key navigation works in all cases. Modified: incubator/flex/sdk/branches/develop/frameworks/projects/mx/src/mx/controls/DataGrid.as > Keyboard navigation stops working in mx:DataGrid > ------------------------------------------------ > > Key: FLEX-27758 > URL: https://issues.apache.org/jira/browse/FLEX-27758 > Project: Apache Flex > Issue Type: Bug > Components: mx: DataGrid > Affects Versions: Adobe Flex SDK 4.5.1 (Release) > Environment: Affected OS(s): All OS Platforms > Affected OS(s): All OS Platforms > Language Found: English > Reporter: Adobe JIRA > Assignee: Carol Frampton > Fix For: Apache Flex Next > > > I can reproduce this issue from Flex 2.0.1 SDK through 4.5.1. > Steps to reproduce: > [Scenario 1 - Using itemRenderer] > 1. Run attached application. (DataGridTest.mxml) > 2. Click any row. > 3. Navigate between rows using up and down arrow keys from keyboard. > 4. Click any row again. > 5. Try to navigate rows using keys. > [Scenario 2 - Multiple DataGrids] > 1. Run attached application. (Root.mxml) > 2. Click "add" button. > 3. Click "add" button again. > 4. Click any row. > 5. Navigate between rows using up and down arrow keys from keyboard. > 6. Click any "close" button. > 7. Click any row. > 8. Try to navigate rows using keys in remaining DataGrid. > Actual Results: > Up/Down key navigation doesn't work. > Expected Results: > Keyboard navigation should work. > Workaround (if any): > Listen for keyDown event on DataGrid and set focus to itself. -- 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