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
Hi, I am implement this feature and notice that there is an issue with tab key navigation when using IE (version 10).
I clicked on a cell, keyed a character, cell displayed new value but when I hit the tab key, the cell reverted back to old value. it only happened when I keyed in a single character. if i keyed in more than 1 then it worked fine. the problem only exists in IE, not in Firefox or Chrome.
below is my gridOptions setting:
Any update/fix to this issue? I'm experiencing the same issue with ui grid v4.2.4 and IE11
I noticed that this bug only occurs when the BEGIN_CELL_EDIT is triggered by a keydown and a single character is typed. If the BEGIN_CELL_EDIT is triggered by a dblclick, the value doesn't revert when tabbing out. Strange.
Hi, I am implement this feature and notice that there is an issue with tab key navigation when using IE (version 10).
I clicked on a cell, keyed a character, cell displayed new value but when I hit the tab key, the cell reverted back to old value. it only happened when I keyed in a single character. if i keyed in more than 1 then it worked fine. the problem only exists in IE, not in Firefox or Chrome.
below is my gridOptions setting:
The text was updated successfully, but these errors were encountered: