Bug 263604

Summary: [Trim] Making trim contribution unmovable
Product: [Eclipse Project] Platform Reporter: Marton Sigmond <marton_sigmond>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: Marcel.Hoetter, remy.suen
Version: 3.4.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Marton Sigmond CLA 2009-02-04 04:16:46 EST
Build ID: M20080911-1700

Steps To Reproduce:
1. Contribute a toolbar to the trim area:
<menuContribution
   locationURI="toolbar:org.eclipse.ui.trim.command1">
  <toolbar
     id="trimtest.toolbar">
    <control
       class="trimtest.TopTrimContribution"
       id="trimtest.toptrim">
    </control>
  </toolbar>
</menuContribution>
2. Drag the toolbar & drop it to different sides of the window.


More information:
I would like to disable drag&drop, so the toolbar should always stay at the top of the window.
I would like that handle to be hidden, that the user grabs to drag the toolbar.

Actually, it would be even better if I could specify which sides the toolbar can be docked to (TOP, LEFT, RIGHT, BOTTOM).
If no side is specified than the toolbar should be unmovable and the handle should be hidden.
Comment 1 Marcel Hoetter CLA 2009-08-14 04:41:58 EDT
I second this feature request.
I would also recommend a preference to disable drag&drop for toolbar respectively trim contributions completely.

Does anyone work on this feature?
Comment 2 Eclipse Webmaster CLA 2019-09-06 16:14:37 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.