Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 336752

Summary: [FastView] Fast view closes other views in different perspective
Product: [Eclipse Project] Platform Reporter: Patrick Chuong <pchuong>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: prakash, pwebster, remy.suen
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Patrick Chuong CLA 2011-02-09 14:55:41 EST
I am using Indigo M5.

I have a view contribute to two perspectives with the perspective extension. In one perspective it is stacked and a fast view in the to other perspecitve. Initially, the perspective with the fast view is closed, so when you open the perspective with the fast view and switch back to the other perspective, the view is not visible.

Here is an exmaple using the PropertySheet.

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.perspectiveExtensions">
      <perspectiveExtension
            targetID="org.eclipse.debug.ui.DebugPerspective">
         <view
               id="org.eclipse.ui.views.PropertySheet"
               minimized="false"
               relationship="fast">
         </view>
      </perspectiveExtension>
      <perspectiveExtension
            targetID="org.eclipse.ui.resourcePerspective">
         <view
               id="org.eclipse.ui.views.PropertySheet"
               minimized="false"
               relationship="stack"
               relative="org.eclipse.ui.views.ContentOutline">
         </view>
      </perspectiveExtension>
   </extension>

</plugin>
Comment 1 Lars Vogel CLA 2019-11-08 04:38:48 EST
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.