Bug 74297 - [Workbench] Perspective change events fired from closeEditors when nothing changes.
Summary: [Workbench] Perspective change events fired from closeEditors when nothing ch...
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2004-09-20 10:55 EDT by Michael Van Meekeren CLA
Modified: 2009-08-30 02:07 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Van Meekeren CLA 2004-09-20 10:55:33 EDT
build N20040920

- why does WorkbenchPage.closeEditors fire perspective change events when an
empty list of editors was passed in

see bug 73715 for a case where this happens with closeAllPerspectives.
Comment 1 Tod Creasey CLA 2006-04-15 14:32:06 EDT
Is this still an issue in 3.2?
Comment 2 Nick Edgar CLA 2006-04-17 13:34:05 EDT
Doubtful.  WorkbenchPage.closeEditors checks:
        if (refArray.length == 0) {
            return true;
        }
since 3.1.
Comment 3 Denis Roy CLA 2009-08-30 02:07:47 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.