Bug 98041 - [Presentations] [ViewMgmt] 2.1 presentation bugs with standalone and non-moveable views
Summary: [Presentations] [ViewMgmt] 2.1 presentation bugs with standalone and non-move...
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2005-06-01 23:16 EDT by Boris Bokowski CLA
Modified: 2019-09-06 16:14 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 Boris Bokowski CLA 2005-06-01 23:16:09 EDT
1. Check out the RCP Browser example
2. change the perspective factory to create a standalone view without a title:
layout.addStandaloneView(IBrowserConstants.BROWSER_VIEW_ID, false, 
IPageLayout.RIGHT, .25f, IPageLayout.ID_EDITOR_AREA);
3. Start, note that standalone view has no title, exit
4. Add this line to the plugin_customization.ini file:
org.eclipse.ui/presentationFactoryId=org.eclipse.ui.internal.r21presentationFact
ory
(may need to import 2.1 presentation plugin)
5. Start, note that standalone view shows a title (first bug), exit
6. Make the standalone view not moveable by adding these lines:
IViewLayout viewLayout = layout.getViewLayout
(IBrowserConstants.BROWSER_VIEW_ID);
viewLayout.setMoveable(false);
7. Start, note that the standalone view can be moved (second bug), exit
8. Change the standalone view to be a normal view by replacing the call to 
#addStandaloneView by:
layout.addView(IBrowserConstants.BROWSER_VIEW_ID, IPageLayout.RIGHT, .25f, 
IPageLayout.ID_EDITOR_AREA);
9. Start, note that the non-moveable view can be moved (third bug, possibly the 
same as the second bug), exit.
Comment 1 Paul Webster CLA 2006-09-28 15:15:02 EDT
Is this still a problem in 3.3?

PW
Comment 2 Boris Bokowski CLA 2006-09-28 19:32:24 EDT
I believe so.
Comment 3 Paul Webster CLA 2006-09-28 21:04:42 EDT
There's no work done on the 2.1 presentation.

PW
Comment 4 Boris Bokowski CLA 2009-11-11 17:31:17 EST
Remy is now responsible for watching the [ViewMgmt] category.
Comment 5 Eclipse Webmaster CLA 2019-09-06 16:14:56 EDT
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.