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
Using IE11 and Chrome (Version 46.0.2490.86 m) and the Expand All, Collapse All button the console returns "Unable to get property 'parents' of undefined or null reference".
I actually ran into this issue this morning. It looks like when e0c6e4d was pushed the signature of the _collaptable was changed but not all references that invoke it.
The above did not work for me. The fix above no longer generated the error "Unable to get property 'parents' of undefined or null reference", and instead was just swapping the "+" and "-" and not collapsing or expanding the table.
What i ended up doing is adding the'$table' as a parameter to the two calls to '_collaptable' from the collapse all expand all buttons for the click event, which is identical to what the '.act-button-expand' was doing.
Previous: _collaptable($('.act-more', $(item)));
New: _collaptable($table, $('.act-more', $(item)));
when i create collaptable through servlet using databse connection the data-parent should be "null" but in this tool the first data-parent is "". how it can be resolve.
thank you.
Using IE11 and Chrome (Version 46.0.2490.86 m) and the Expand All, Collapse All button the console returns "Unable to get property 'parents' of undefined or null reference".
The text was updated successfully, but these errors were encountered: