Community
Participate
Working Groups
I20130219-0811, follow-up to bug 401632 comment 2 The Problems should not update its tree unless the view is visible. Note that simply applying bug 401632 comment 1 is not the right solution, since this would break the fixes for bug 170244 and bug 297337. The updating of the view icon and tooltip must continue if the view is minimized/hidden, but the tree updates should be suspended. When the view becomes visible again and a tree update was skipped, then a refresh must be forced.
Fixed with http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=2061b2ae38440c5c4d291000944104a7d218416e To fix this I had to add ExtendedMarkersView.isVisible() as workaround for bug 401632.