Bug 294292 - Improvement suggestions regarding task description area
Summary: Improvement suggestions regarding task description area
Status: RESOLVED DUPLICATE of bug 256699
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Mylyn Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 04:35 EST by Roland Tepp CLA
Modified: 2009-11-06 05:39 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Tepp CLA 2009-11-05 04:35:30 EST
When working every day with JIRA/Bugzilla tasks in Mylyn, I've noticed few areas where I think Task editor in Mylyn could offer improved usability.

*Description section*
* Make "Preview" a default mode for the description area of existing issues 
** 90% of the time, when working with existing bugs/tasks/issues, I am only interested in _reading_ the description, not editing it.
** In the rare case when I need to edit it, I will have to make a conscious action to switch to "edit mode", which can actually be a good thing.
* Expand the description area in preview mode to show the entire content of the rendered description without (vertical) scrollbars.
* Lose the widget border around the description area in preview mode (if it is possible, that is...)

*Attributes section*
* Make it read-only by default for existing tasks and add a switch to display the section content in "edit mode"
** Same reasoning as for description area - explicit step to enter "edit mode" implies conscious decision and reduces accidental edits.
** Read-only mode contains less clutter (edit widget borders, buttons, etc.) and is more easily readable
** Read-only mode can also host some advanced controls like links for URL's and some advanced rendering for tags, further improving the readability of these fields


-- Configuration Details --
Product: Eclipse 1.2.0.20090619-0620 (org.eclipse.epp.package.java.product)
Installed Features:
 org.eclipse.mylyn_feature 3.2.2.v20090912-0400-e3x
Comment 1 Steffen Pingel CLA 2009-11-06 05:39:26 EST
Thank you for your suggestions Roland. I have commented below.

> *Description section*
> * Make "Preview" a default mode for the description area of existing issues

This has already been implemented in the latest version of Mylyn.

> * Expand the description area in preview mode to show the entire content of the
> rendered description without (vertical) scrollbars.

This is the case. The description is dynamically resized if it is long.

> * Lose the widget border around the description area in preview mode (if it is
> possible, that is...)

We tried that but it didn't look particularly with a scroll bar. Dynamically showing the border turned out to be to confusing.

> *Attributes section*
> * Make it read-only by default for existing tasks and add a switch to display
> the section content in "edit mode"

The current approach is to use light weight borders and subtle edit affordances. The problem with controls that switch from read-only to edit mode is that it becomes more difficult to discover that the control is actually editable which is a very frequent usage for a lot Mylyn users. 

To make it more explicit which fields have been changed we'll improve the presentation of outgoing changes in the future and also improve undo to revert accidental edits (bug 198501).

*** This bug has been marked as a duplicate of bug 256699 ***