You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click to the Age cell the input is shown normally on the ui-grid.info page, but when I open this example on the Plunker page, Age cell cannot be edited normally by single doubleclick. You have to realy try to click multiple times and sometimes it succeeds or press F2 and hold it for a while. It also happens on my project's page, so there is some connection.
Other cell types work ok, only number type has this problem. I suspect, that the input is shown, but immediately exited, because I see "Last Cell Edited" row changing.
No problems occur within Chrome, Edge or IE.
Does it happen to you too?
Thanks.
The text was updated successfully, but these errors were encountered:
I tried to debug the code which handles editing the cell. The cell is definetelly edited, but then the edit mode is cancelled. I do not understand the reason, there is lot of code with timeouts which is not clear to me. The input is cancelled after hiting this line...
Maybe helps also screen with stack few steps before...
Hello everybody.
I have troubles with following example running in Firefox (66, 67, 68, clean profile)...
http://ui-grid.info/docs/#!/tutorial/Tutorial:%20201%20Edit%20Feature
When I click to the Age cell the input is shown normally on the ui-grid.info page, but when I open this example on the Plunker page, Age cell cannot be edited normally by single doubleclick. You have to realy try to click multiple times and sometimes it succeeds or press F2 and hold it for a while. It also happens on my project's page, so there is some connection.
Other cell types work ok, only number type has this problem. I suspect, that the input is shown, but immediately exited, because I see "Last Cell Edited" row changing.
No problems occur within Chrome, Edge or IE.
Does it happen to you too?
Thanks.
The text was updated successfully, but these errors were encountered: