Community
Participate
Working Groups
depends on field in task editor should fill available horizontal space
Created attachment 85229 [details] issue with "depends on" field
We'll need to do some work on the editor layout for the next release cycle.
Related to bug 151450 and bug 167866
Created attachment 85230 [details] proposed patch Here is proposed patch that makes depends on field fill in available space. There is a more fundamental problem though. The hyperlink list below "depends on" field is using Composite with RowLayout, however the RowLayout don't play well with scrollable form. In other words, elements in the Composite are never wrapped, and instead always increase form width, making horizontal scrollbar appear on the form. I think it will be better to convert "depends on" and "blocks" field into the SourceViewer and use special hyperlink detector right in the text field (i.e. with Ctrl modifier). See some discussion about this on bug 167866
Created attachment 85231 [details] mylyn/context/zip
Created attachment 85232 [details] same ui after the patch
Rob: this may be superseded by your other editor work, since we are planning to make the subtasks UI more explicit. Since this is a trivial change you can consider making it now. Eugene: as you know, we still cannot apply your patches. For the time being, please suggest implementation approaches before providing patches.
Created attachment 87922 [details] task editor for bug 211072 Is there anything prevents from applying patch submitted for this issue? Ideally it would be nice to remove the second line and perhaps use wrapped text area that would allow to see all issues without bowing up the task editor width.
Rob: you can go ahead and apply once things gets priority.
Patch applied.
Fixed.
Thanks Rob.