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
I'm running into an issue with column resizing in IE11. Running the source code for the Column Resizing example locally in IE does not appear to work. It looks like the mouse up and/or mouse move event listeners aren't being removed once the column has been resized...? The column will continue to resize (and table will re-render) based off of mouse events. See below as I am unable to reproduce this in code sandbox for IE.
Console is displaying state.columnResizing.columnWidths.
Has anyone else run into this and/or found a solution to this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running into an issue with column resizing in IE11. Running the source code for the Column Resizing example locally in IE does not appear to work. It looks like the mouse up and/or mouse move event listeners aren't being removed once the column has been resized...? The column will continue to resize (and table will re-render) based off of mouse events. See below as I am unable to reproduce this in code sandbox for IE.
Console is displaying
state.columnResizing.columnWidths
.Has anyone else run into this and/or found a solution to this?
Beta Was this translation helpful? Give feedback.
All reactions