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

Cell render breaks when grid is refreshed during edit in IE #1100

Closed
justindoherty opened this issue Mar 18, 2015 · 0 comments
Closed

Cell render breaks when grid is refreshed during edit in IE #1100

justindoherty opened this issue Mar 18, 2015 · 0 comments

Comments

@justindoherty
Copy link
Contributor

In Internet Explorer the rendering of a cell will stop working correctly if the grid data is refreshed while the editor is active in dgrid version 0.3.17. A null pointer is thrown in editor.js:108 because the parent node to the editor widget is null.

Here is a fiddle showing the issue, load it in IE11 and click the button. The editor should activate on the first row and a second later the grid will refresh breaking the rendering of it. http://jsfiddle.net/jdoherty/obbdbpdp/

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

2 participants