Bug 194480 - [RCP][Min/Max] If perpective fixed, then remove min/max from editor stack
Summary: [RCP][Min/Max] If perpective fixed, then remove min/max from editor stack
Status: CLOSED DUPLICATE of bug 159176
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact: Eric Moffatt CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 14:55 EDT by Kevin McGuire CLA
Modified: 2009-11-24 15:10 EST (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 Kevin McGuire CLA 2007-06-26 14:55:20 EDT
If you mark your perspective as IPageLayout.setFixed(true), the view stacks no longer have min/max controls BUT the editor area still does.  The buttons do nothing.

The editor stack min/max buttons should also be hidden.
Comment 1 Eric Moffatt CLA 2007-06-27 09:03:02 EDT
Good one...
Comment 2 Eric Moffatt CLA 2007-08-22 13:01:52 EDT
Moving to 3.4. The code here is too convoluted to attempt a fix in 3.3.x...'isFixedLayout' is a Perspective attribute but the editor stack is created -before- any perspective is activated (causing the WorkbenchPage#isFixedLayout to return false, causing the buttons to appear).

Note that this isn't a regression, it has the same issue in 3.2.
Comment 3 Eric Moffatt CLA 2008-05-12 14:52:20 EDT
We have two conflicting requests...see bug 202213.

Moving to 3.5 to resolve...
Comment 4 Eric Moffatt CLA 2009-03-05 14:02:29 EST
Moving to triage...
Comment 5 Remy Suen CLA 2009-11-24 13:09:29 EST
Duplicate of bug 159176?
Comment 6 Eric Moffatt CLA 2009-11-24 15:10:49 EST
Yep, thanks !

*** This bug has been marked as a duplicate of bug 159176 ***