ASF Bugzilla – Attachment 34382 Details for
Bug 60265
HTTP Request : In Files Upload Tab you cannot resize columns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch fixing issue
BUG_60265.patch (text/plain), 1.01 KB, created by
UbikLoadPack support
on 2016-10-18 08:12:45 UTC
(
hide
)
Description:
Patch fixing issue
Filename:
MIME Type:
Creator:
UbikLoadPack support
Created:
2016-10-18 08:12:45 UTC
Size:
1.01 KB
patch
obsolete
>Index: src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java >=================================================================== >--- src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java (revision 1763872) >+++ src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.java (working copy) >@@ -142,17 +142,6 @@ > } > > /** >- * Resize the table columns to appropriate widths. >- * >- * @param table >- * the table to resize columns for >- */ >- private void sizeColumns(JTable table) { >- GuiUtils.fixSize(table.getColumn(PARAMNAME), table); >- GuiUtils.fixSize(table.getColumn(MIMETYPE), table); >- } >- >- /** > * Save the GUI data in the HTTPSamplerBase element. > * > * @param testElement {@link TestElement} to modify >@@ -403,7 +392,6 @@ > p.add(makeButtonPanel(), BorderLayout.SOUTH); > > table.revalidate(); >- sizeColumns(table); > } > > private JScrollPane makeScrollPane(Component comp) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60265
: 34382