Bug 255283 - add context menu to the title and heading of task editor
Summary: add context menu to the title and heading of task editor
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.1   Edit
Assignee: David Shepherd CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-11-13 17:46 EST by David Shepherd CLA
Modified: 2008-11-13 21:00 EST (History)
1 user (show)

See Also:


Attachments
A patch to add the context menu to these two parts. (2.96 KB, patch)
2008-11-13 17:47 EST, David Shepherd CLA
no flags Details | Diff
simplified patch (1.52 KB, patch)
2008-11-13 18:18 EST, Steffen Pingel CLA
no flags Details | Diff
mylyn/context/zip (12.81 KB, application/octet-stream)
2008-11-13 18:18 EST, Steffen Pingel CLA
no flags Details
Patch v3 (1.89 KB, patch)
2008-11-13 19:42 EST, David Shepherd CLA
no flags Details | Diff
mylyn/context/zip (29.57 KB, application/octet-stream)
2008-11-13 19:42 EST, David Shepherd CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Shepherd CLA 2008-11-13 17:46:16 EST
When the user right-clicks (or equivalent) in the task editor in almost any part the context menu will show.  However, the title and the heading do not support this, even though they are among the most likely places to be clicked since they are near the top.  The context menu should be added to these parts.
Comment 1 David Shepherd CLA 2008-11-13 17:47:01 EST
Created attachment 117839 [details]
A patch to add the context menu to these two parts.
Comment 2 Steffen Pingel CLA 2008-11-13 18:18:48 EST
Created attachment 117843 [details]
simplified patch
Comment 3 Steffen Pingel CLA 2008-11-13 18:18:51 EST
Created attachment 117844 [details]
mylyn/context/zip
Comment 4 David Shepherd CLA 2008-11-13 19:42:17 EST
Created attachment 117849 [details]
Patch v3
Comment 5 David Shepherd CLA 2008-11-13 19:42:20 EST
Created attachment 117850 [details]
mylyn/context/zip
Comment 6 Steffen Pingel CLA 2008-11-13 21:00:52 EST
Thanks David. The patch gets avoids the twistie in the header which looks much nicer.