Grid keyboard navigation doesn't work in Chrome browser (version 27) in laptop with touchscreen (I use HP Pavilion DV6 laptop).
If I use Firefox browser, then it works correctly.
If I use any other laptop without touchscreen then it works in both browsers.
I tested it in Kendo UI demo (http://demos.kendoui.com/web/grid/navigation.html).
The problem is that normally it adds class=k-state-focused and id=grid_active_cell attributes to selected grid cell:
<td role="gridcell" id="grid_active_cell" class="k-state-focused k-state-selected" aria-selected="true">Andrew</td>
But in laptop with touchscreen selected grid cell is without these attributes:
<td role="gridcell" class="k-state-selected" aria-selected="true">Andrew</td>
If I use Firefox browser, then it works correctly.
If I use any other laptop without touchscreen then it works in both browsers.
I tested it in Kendo UI demo (http://demos.kendoui.com/web/grid/navigation.html).
The problem is that normally it adds class=k-state-focused and id=grid_active_cell attributes to selected grid cell:
<td role="gridcell" id="grid_active_cell" class="k-state-focused k-state-selected" aria-selected="true">Andrew</td>
But in laptop with touchscreen selected grid cell is without these attributes:
<td role="gridcell" class="k-state-selected" aria-selected="true">Andrew</td>