[SOLVED] Re: Keyboard navigation in Spark Datagrid from SDK 4.15 does not work until TAB-ed somewhere

2017-02-08 Thread Nemi
Problem was in Datagrid's Skin where whole caretIndicator component was commented out, cause its not needed. If it is uncommented, and set caretIndicatorFill's alpha to 0, now Datagrid key nav works properly! Probably somewhere in SDK, when tabbing; caretIndicator existence is ignored, but if

Re: Keyboard navigation in Spark Datagrid from SDK 4.15 does not work until TAB-ed somewhere

2017-01-30 Thread Nemi
Thanks. You are right, I did it too, it works ok. Now I am looking for small test case of my problem. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Keyboard-navigation-in-Spark-Datagrid-from-SDK-4-15-does-not-work-until-TAB-ed-somewhere-tp14480p14587.html Sent

Re: Keyboard navigation in Spark Datagrid from SDK 4.15 does not work until TAB-ed somewhere

2017-01-30 Thread OK
Hi Nemi, maybe I get you wrong but I would just like to let you know that I can't reproduce this issue with 4.15.0: Steps to reproduce: - Create a using MXML and load some data into it - Select one row by just clicking it using the left mouse key - Use keyboard navigation (Up and down) to switch

Re: Keyboard navigation in Spark Datagrid from SDK 4.15 does not work until TAB-ed somewhere

2017-01-29 Thread Nemi
Anyone else got Spark Datagrid keyboard navigation stopped working after moving from SDK 4.6.0 to SDK 4.15.0 ? What else has been changed except implementing gridView ? -- View this message in context:

Re: Keyboard navigation in Spark Datagrid from SDK 4.15 does not work until TAB-ed somewhere

2017-01-12 Thread Nemi
Sorry, not tabbed somewhere, it is tabbed to it. So, one must press TAB until Datagrid has focus, for key nav to work. After that, even if Datagrid loses focus, key nav still works ok. -- View this message in context: