Bug 41903 - ViewResultsFullVisualizer : status column looks bad when you do copy and paste
Summary: ViewResultsFullVisualizer : status column looks bad when you do copy and paste
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.2
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-20 06:12 UTC by Alf Hogemark
Modified: 2007-03-20 13:37 UTC (History)
0 users



Attachments
Suggested patch (3.34 KB, patch)
2007-03-20 06:17 UTC, Alf Hogemark
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alf Hogemark 2007-03-20 06:12:52 UTC
The ViewResultsFullVisualizer now shows the nice image for success or warning.

If I select some rows in the table, and do a "Ctrl+C" to put the content on the
clipboard, and then do a "Ctrl+V" in my text editor, the value for the Status
column looks like this :
file:/C:/Documents%20and%20Settings/alf.hogemark/workspace/Jmeter%202.2/build/core/org/apache/jmeter/images/icon_success_sml.gif

It would be better if the value was pasted as either "Success" or "Warning".
Comment 1 Alf Hogemark 2007-03-20 06:17:57 UTC
Created attachment 19755 [details]
Suggested patch

The suggested patch sets the description on the ImageIcon. The "toString()"
method of ImageIcon returns this value, and it is this value that is put on the
clipboard.
Comment 2 Sebb 2007-03-20 13:37:03 UTC
Thanks - good catch, and good patch.

Applied to SVN; it will be in nightly after r520560.
Comment 3 The ASF infrastructure team 2022-09-24 20:37:39 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1892