Skip to content
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

Excel-like Editing bug in IE #3811

Open
missilen opened this issue Jun 19, 2015 · 1 comment
Open

Excel-like Editing bug in IE #3811

missilen opened this issue Jun 19, 2015 · 1 comment

Comments

@missilen
Copy link

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:

.grid( ui-grid="{
  data: grid.data, 
  columnDefs : columns, 
  showFooter: false, 
  enableVerticalScrollbar:0,
  enableHorizontalScrollbar: 2, 
  enableCellSelection: true, 
  enableRowSelection: false, 
  enableCellEdit: true}", 
  ng-style="getTableHeight(grid,'grid_'+$index)",ui-grid-edit,ui-grid-cellNav,ui-grid-pinning) 
@Joel-Kornbluh
Copy link

Joel-Kornbluh commented Mar 12, 2018

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.

Might be related to this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants