Bug 52782

Summary: Add a detail button on parameters table to show detail of a Row
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.6   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2012-02-28 08:09:47 UTC
Sometimes contents of a Parameter values is too long to be correctly displayed in the table column.
This will add a Popup to display Name/Value where value can be edited confortably.

A Use case I have now, is a set of paramters that contains XML, I cannot use the new Post Body tab as there is more than one parameter.
Comment 1 Philippe Mouawad 2012-02-28 08:18:34 UTC
Date: Tue Feb 28 08:12:13 2012
New Revision: 1294517

URL: http://svn.apache.org/viewvc?rev=1294517&view=rev
Log:
Bug 52782 - Add a detail button on parameters table to show detail of a Row

Added:
   jmeter/trunk/src/core/org/apache/jmeter/config/gui/RowDetailDialog.java   (with props)
Modified:
   jmeter/trunk/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.java
   jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
   jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
   jmeter/trunk/xdocs/changes.xml
Comment 2 Milamber 2012-05-16 14:26:10 UTC
URL: http://svn.apache.org/viewvc?rev=1339184&view=rev
Log:
Bug 52782 - Add a detail button on parameters table to show detail of a Row
Improves the box size, name box and changes title box

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/config/gui/RowDetailDialog.java
Comment 3 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2754