-
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
Cell remained focus causing scrolled up #6591
Comments
What is the issue? And was it specific to any browser or OS? |
Please read the question properly, I've given plunker with steps provided. |
I am sorry, but I am struggling to understand what you mean by "causing scrolled up", I tried clicking the first editable cell and scrolling down and nothing of note appeared to happen. As a note, I tried it on Mac Chrome, Firefox and Safari. |
See this video before closing. |
I get this behavior too, if I click a cell at the bottom of what is rendered and then scroll upwards making the cell below the rendered rows, the grid scrolls up and sometimes multiple times which is really confusing. |
I should probably do a rebase by now.. The following commit reverts the behavior to how it was before where "beginEdit" function only listens to click and keydown events. But now it also accepts a null object which makes it possible to trigger a cell edit from the api. |
Dear,
While I'm using
ui-grid-edit
,ui-grid-cellNav
withenableCellEditOnFocus: true
to use single click edit, I encounter an issue of scrolling up.Please check the following plunker.
http://plnkr.co/edit/chouuTGlXHuWtQXk2mw1?p=preview
Steps:
Click on the first editable cell, then scroll-down.
Thanks.
The text was updated successfully, but these errors were encountered: