Bug 212696 - [ErrorHandling] [Dialogs] Error dialogs: Ctrl-C doesn't copy errors, eventhough there are a "Copy" popup menu
Summary: [ErrorHandling] [Dialogs] Error dialogs: Ctrl-C doesn't copy errors, eventhou...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.5 M7   Edit
Assignee: Krzysztof Daniel CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-12-11 20:54 EST by Dennis Nguyen CLA
Modified: 2009-03-18 03:15 EDT (History)
1 user (show)

See Also:


Attachments
Patch (5.70 KB, patch)
2009-03-17 10:06 EDT, Krzysztof Daniel CLA
no flags Details | Diff
mylyn/context/zip (72.79 KB, application/octet-stream)
2009-03-17 10:06 EDT, Krzysztof Daniel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Nguyen CLA 2007-12-11 20:54:22 EST
Build ID: I20070621-1340

Steps To Reproduce:
1. Run some job that's return a multiple-errors status (a MultiStatus containing Status with exceptions)
2. The error dialog shown up with details buttons to show the error details as a selectable list.
3. In the details panel, select an error and press Ctrl-C. The selected error is not copied. Right-Click and select copy, then all of the errors are copied


More information:
* Because we already provided the copy function, it would be better if we also tie Ctrl-C to that function
* As user can select individual error, copy should only copy that error
Comment 1 Krzysztof Daniel CLA 2008-12-17 07:54:29 EST
Tod, can I take this bug from you?
Comment 2 Krzysztof Daniel CLA 2009-03-17 10:06:52 EDT
Created attachment 129083 [details]
Patch
Comment 3 Krzysztof Daniel CLA 2009-03-17 10:06:56 EDT
Created attachment 129084 [details]
mylyn/context/zip
Comment 4 Krzysztof Daniel CLA 2009-03-18 03:15:49 EDT
patch released. Thanks for bug report.