This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Tab Index Recyling after reaching URL #10
Open
Description
From @MakamRavi on April 3, 2015 8:49
Can anyone please tell me how to recycle through grid cells using tab after reaching URL and also unable to to navigate the fields outside grid.
Even not getting focus for icons(eg:-add,delete) when tabbing.Icons are getting skipped when tabbing through fields.Working fine for text fields.
Also added the following in gridoptions.
noTabInterference: true,
tabIndex: 0,
The updated plunker is http://plnkr.co/edit/LWodGQtcIOPJFH6YOJZT?p=preview
Any help would be greatly appreciated.
Copied from original issue: angular-ui/ui-grid#3204