Bug 27112 - User Parameters should use scrollbars
Summary: User Parameters should use scrollbars
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.5.1
Hardware: All All
: P3 enhancement with 3 votes (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 15:08 UTC by Crispin Boylan
Modified: 2011-10-10 21:07 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Crispin Boylan 2004-02-20 15:08:17 UTC
When adding a large number of users to the user parameters component, the user
columns become very small, so it becomes impossible to edit them when there are
over around 30 users in the parameters.  I also feel that the users should be
along the rows of the table, and the parameters should be along the columns, not
the other way around.
Comment 1 Sebb 2004-02-20 19:34:21 UTC
There is often no need to add extra user columns, as Jmeter will cycle through 
the columns - i.e. if there is only one user column, it will be used for all 
users. 

One can then use a function to provide different values each time it is 
invoked, for example Counter, StringFromFile and CSVRead, not forgetting 
Javascript and Random.

Swapping rows and columns might upset testers who needed to add lots of 
parameters !

But I guess it would do no harm to add a scrollbar ...
Comment 2 Mike Stover 2004-10-06 15:38:03 UTC
I agree about swapping the users and variables from rows/cols.  If you have that
many variables, you can always use multiple User Parameter elements.  I think it
would be more natural to have the users go down the side.
Comment 3 Philippe Mouawad 2011-10-10 21:07:22 UTC
Date: Mon Oct 10 21:06:20 2011
New Revision: 1181237

URL: http://svn.apache.org/viewvc?rev=1181237&view=rev
Log:
Bug 27112 - User Parameters should use scrollbars

Modified:
   jakarta/jmeter/trunk/src/components/org/apache/jmeter/modifiers/gui/UserParametersGui.java
   jakarta/jmeter/trunk/xdocs/changes.xml
Comment 4 The ASF infrastructure team 2022-09-24 20:37:32 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1315