-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cellNav error #4035
Comments
This should be fixed in #3850. |
Hey, I'll see if I can post that tomorrow. I'm getting this error when combining row select and cellnav. The reason I want both is because I want the user to navigate between certain cells to change their values. This is seperated from selecting whole rows. |
Here's mine, I was going to do a bit more troubleshooting but found this issue so what the hey, here it is. The apologies on the nonsense file and row numbers, my files are concatenated and there are no sourcemaps
The first error happens in uiGridCelnav
|
I traced it down to cellNav not existing on the container for some reason |
This seems to be a separate issue, I'm going to be creating a new issues instead. EDIT: found an issue ticket that seems to be the same issue I'm experiencing |
version ui-grid - v3.0.1 - 2015-07-17 |
building the master now to see if this issue is fixed there |
Built master, referenced it, still no good |
can you create a plunkr that recreates it? |
@swalters thar she is: http://plnkr.co/edit/pz2gACcGc3glqCs0mZlP?p=preview Repro by clicking on any field on the left column, press tab, nothing happens. Also, I feel bad jacking this issue when I don't think its related to it, can we migrate these comments? |
I see the issue. should have fix soon |
yay! i didn't waste your time. Its always embarrassing when its something stupid on my end. I was sure I had missed a flag somewhere or something. |
… built after body is rendered fixes one of issues in #4035
confirmed fixed my issue |
Hey,
When enabling cell navigation, I'm getting this error when the grid loads:
TypeError: uiGridCtrl.focus is not a function
The keyboard navigation is NOT working.
What's going wrong here? I'm using the latest stable version (3.0.1).
Thanks
The text was updated successfully, but these errors were encountered: