Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] bugzilla editor in new dev build


I actually wonder if description area should be a non editable like it used to be. Then for connectors like jira we could have an action to flip it into the editable area...

Another option would be to make editable area "autoexpand" or collapse based on the number of lines in there (sort of emulate "in-place editing", then you can even remove cursor. Not sure though if it is possible to to such trick with SWT and forms, unless you can intercept all the keyboard events and have a custom text editing widget (not text area).

By the way, can we have sashes between editable areas and still have scrollable area for the entire text editor? That would make it much more convenient to deal with description and comment areas. I am using this feature a lot in the web UI with "Resizeable Textarea" plugin for FireFox...

 regards,
 Eugene


Robert Elves wrote:
Jira Descriptions are editable (unlike Bugzilla) so some changes were made to the AbstractRepositoryTaskEditor wrt the handling of Description. Optimizing the layout of the bug editors is ongoing and if you want to follow up see:

142084: bugzilla editor comment layout
https://bugs.eclipse.org/bugs/show_bug.cgi?id=142084

Cheers,

-Rob


Eugene Kuleshov wrote:

I just noticed that bugzilla editor in new dev build is using text area for issue description. That area has fixed height, so it is never the right size: either too hight or too small and show a scroll bar (quite annoying for stack traces).

 I wonder what was the reason for this change?

 Thanks

 Eugene


_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev


_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top