Bug 206392 - "Assigned to" and "Reporter" labels being cut on task editor
Summary: "Assigned to" and "Reporter" labels being cut on task editor
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: dev   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 2.2   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-15 17:52 EDT by Willian Mitsuda CLA
Modified: 2008-10-30 01:14 EDT (History)
1 user (show)

See Also:


Attachments
Screenshot (17.06 KB, image/jpeg)
2007-10-15 17:54 EDT, Willian Mitsuda CLA
no flags Details
expand content of people section (4.93 KB, patch)
2007-10-18 16:28 EDT, Steffen Pingel CLA
no flags Details | Diff
mylyn/context/zip (3.62 KB, application/octet-stream)
2007-10-18 16:29 EDT, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Willian Mitsuda CLA 2007-10-15 17:52:43 EDT
Now that real names are shown on task editor, they are being cut because the label is too small.

I think using a GridData.FILL on them should fix the problem definitely instead of using a fixed width hint.
Comment 1 Willian Mitsuda CLA 2007-10-15 17:54:42 EDT
Created attachment 80388 [details]
Screenshot
Comment 2 Eugene Kuleshov CLA 2007-10-15 23:32:39 EDT
I always been puzzled why People section is not grabbing the panel width...

BTW, there is an inconsistency between these labels and labels shown in comment headers. They should either both show full email address "Willian Mitsuda <wmitsuda@gmail.com>" or both show only name "Willian Mitsuda" and show email in the tolltip.
Comment 3 Willian Mitsuda CLA 2007-10-16 14:16:36 EDT
Eugene, this inconsistency is consistent with the web interface ;)
Comment 4 Mik Kersten CLA 2007-10-16 23:38:22 EDT
Rob: if this is a quick fix just go ahead and do it, otherwise it can wait for either our revamp of the Task Editor or a patch if anyone would like to see it sooner.
Comment 5 Steffen Pingel CLA 2007-10-18 16:28:58 EDT
Created attachment 80698 [details]
expand content of people section

Patch makes the controls grab the horizontal space.
Comment 6 Steffen Pingel CLA 2007-10-18 16:29:00 EDT
Created attachment 80699 [details]
mylyn/context/zip
Comment 7 Mik Kersten CLA 2007-10-18 17:45:10 EDT
Patch applied.  Good stuff.