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
This might be a minor issue, but wanting to bring this console warning to the attention of the developer for sake of removing any potential bugs it might cause in the future.
RowSorter.min.js:731 Uncaught TypeError: Cannot read property 'tagName' of null
at closest (RowSorter.min.js:731)
at RowSorter._move (RowSorter.min.js:267)
at RowSorter.touchmove (RowSorter.min.js:247)
closest @ RowSorter.min.js:731
RowSorter._move @ RowSorter.min.js:267
touchmove @ RowSorter.min.js:247
Steps to reproduce:
Create a sortable table, with drag handler attached to td.
Drag a table row up/down and move touch pointer beyond the screen edge.
So far in my testing this appears to have no negative effects, in relation to callbacks being fired.
both "onDragStart" and "onDrop" fires successfully.
Windows 10 with chrome 58.0.3029.110 (64-bit)
The text was updated successfully, but these errors were encountered:
This might be a minor issue, but wanting to bring this console warning to the attention of the developer for sake of removing any potential bugs it might cause in the future.
Steps to reproduce:
Eventuelly see this video: http://recordit.co/uoK2hL7JnY
So far in my testing this appears to have no negative effects, in relation to callbacks being fired.
both "onDragStart" and "onDrop" fires successfully.
Windows 10 with chrome 58.0.3029.110 (64-bit)
The text was updated successfully, but these errors were encountered: