Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336752 - [FastView] Fast view closes other views in different perspective
Summary: [FastView] Fast view closes other views in different perspective
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 14:55 EST by Patrick Chuong CLA
Modified: 2019-11-08 04:38 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.