Community
Participate
Working Groups
Created attachment 179133 [details] Saveable dialog While running org.eclipse.ui.tests.api.IViewPartTest.testOpenAndCloseSaveNotNeeded() it opens a dialog (it's not supposed to) and blocks the tests.
*** Bug 325625 has been marked as a duplicate of this bug. ***
From bug 325625 comment 1: The part is hidden but when the window tries to close itself, we query for all dirty parts and find this part so we try to prompt for a save. ---------- It seems to me that the EPS should explicitly invoke part.setDirty(false) when a part is hidden?
Fixed in CVS HEAD. (In reply to comment #2) > It seems to me that the EPS should explicitly invoke part.setDirty(false) when > a part is hidden? In hindsight, this is a terribly dumb idea so I've done something else.