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
click on 'Select Columns', then click on 'Select Columns' again.
The content pane will get longer and longer each time clicking on 'Select Columns'. This also happens when starting with other buttons.
Wanted solution:
add cleanup code for 'Select Columns'
check all other buttons that it does not happen anywhere else.
perhaps refactor the method , such that 'cleanup' is only done in one place.
The text was updated successfully, but these errors were encountered:
kfriedberger
changed the title
inkonsistent cleanup-behaviour when clicking in buttons above table-header.
inconsistent cleanup-behaviour when clicking in buttons above table-header.
Jun 6, 2017
sometimes the old content does not get removed from the 'contentPane' when loading new content,
and the new content is only appended.
How to reproduce:
The content pane will get longer and longer each time clicking on 'Select Columns'. This also happens when starting with other buttons.
Wanted solution:
The text was updated successfully, but these errors were encountered: