-
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
Edit on focus doesn't work when horizontal scroll bar moved #7134
Comments
Hello @mato6t !) I think I can fix this ) |
On local computer there is no such bug , but in link you give this bug is exist |
The bug is clearly visible in Google Chrome, but not in Mozila Firefox |
Hello @mato6t is the issue still open? |
Has anyone looked at this issue in detail. I can try to look into it next week if I have all information. I have similar issue on my grid but I have lot of columns. Focus is lost when I am tabbing and when focus reaches to the end of viewport.
I got some improvements on tabbing when I was using
I will debug this further on cell Navigation. If someone has any updates feel free to revive this comments thread. |
Hi I’d like to work on this issue. Could you assign it to me? |
Hello, in this tutorial http://ui-grid.info/docs/#!/tutorial/Tutorial:%20301%20Edit%20On%20Focus I think correct behavior of program should be that after I move with tab/left/right focused cell should stay in edit mode, but unfortunately it doesn't.
Steps to replicate on your preview:
dblclick on any number in age column (it should be in edit mode) -> after moving right with right arrow, cell next to the previous one is focused but not in edit mode, (probably because of horizontal scroll bar moved)
The text was updated successfully, but these errors were encountered: