Open
Description
When having focus on a cell using cellNav and then focusing let's say an input outside the grid, then it's not possible to focus the same cell again. This results in keyboard nav not working after trying to target that cell again, and the input doesn't blur.
I've made a plunker for convenience: http://plnkr.co/edit/3KJfTXp4daTmr36pJBs9?p=preview
- Click any cell.
- Click the input above grid.
- Click the cell in 1.
- Try to navigate with keyboard.
- Look at the input and see that it's still focused.