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
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/
The text was updated successfully, but these errors were encountered:
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/
The text was updated successfully, but these errors were encountered: