Bug 60265

Summary: HTTP Request : In Files Upload Tab you cannot resize columns
Product: JMeter - Now in Github Reporter: UbikLoadPack support <support>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2 Keywords: PatchAvailable
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch fixing issue

Description UbikLoadPack support 2016-10-18 08:12:04 UTC
This is pretty annoying as whenever content exceeds the size of column header you only see:
text/pla....

Source of issue is in HTTPFileArgsPanel#sizeColumns:
        GuiUtils.fixSize(table.getColumn(PARAMNAME), table);
        GuiUtils.fixSize(table.getColumn(MIMETYPE), table);


Thanks
Comment 1 UbikLoadPack support 2016-10-18 08:12:45 UTC
Created attachment 34382 [details]
Patch fixing issue
Comment 2 Philippe Mouawad 2016-10-18 13:33:36 UTC
Author: pmouawad
Date: Tue Oct 18 13:33:11 2016
New Revision: 1765438

URL: http://svn.apache.org/viewvc?rev=1765438&view=rev
Log:
Bug 60265 - HTTP Request : In Files Upload Tab you cannot resize columns
Contributed by Ubik Load Pack (support at ubikloadpack.com)
Bugzilla Id: 60265

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java
    jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:38:06 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4146