Bug 60265 - HTTP Request : In Files Upload Tab you cannot resize columns
Summary: HTTP Request : In Files Upload Tab you cannot resize columns
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.0
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2016-10-18 08:12 UTC by UbikLoadPack support
Modified: 2016-10-18 13:33 UTC (History)
1 user (show)



Attachments
Patch fixing issue (1.01 KB, patch)
2016-10-18 08:12 UTC, UbikLoadPack support
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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