Community
Participate
Working Groups
I have a TreeViewer with a content provider and viewer filter. After remove() is called to remove all visible children (there are still children, but they are filtered out), the tree shows a plus sign and because the node was initially expanded, the dummy item added to the tree is shown as well. After some debugging the problem appears to lie in updatePlus() which is called from internalRemove() to remove the plus sign if there are no more children (fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=210747). updatePlus() consider only the information retrieved from the ContentProvider, but ignore the fact that the children might be filtered out later. I've tried to work around the problem by using refresh() instead of remove(), but the problem is still there.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. If the bug is still relevant, please remove the stalebug whiteboard tag.