angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

Tabbing is eratic #3489

Open pjlasl opened 9 years ago

pjlasl commented 9 years ago

I am having strange behavior with tabbing in the grid. The first four columns of my grid are non-editable, the 5th one is editable while the 6th is not. I am able to table all the way to the 5th column, but when i tab to the 6th it tabs out of the grid. I have the following on my grid ui-grid-edit ui-grid-cellNav ui-grid-row-edit ui-grid-selection in my js i have: enableCellEditOnFocus: true,multiSelect: true,

Any help would be greatly appreciated.

PaulL1 commented 9 years ago

We have issues with cellNav and tabbing at the moment. Typically we get issues when a scroll occurs when we tab. Looks like this is another flavour of problem. @swalters, were you still working in this area?

pjlasl commented 9 years ago

Thanks for the update. Anything new?