Bug 54155 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it
Summary: ModuleController : Add a shortcut button to unfold the tree up to referenced ...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.8
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 22:22 UTC by Philippe Mouawad
Modified: 2013-08-25 13:18 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2012-11-15 22:22:06 UTC
It would be useful to be able to go to referenced controller with one button click
Comment 1 Philippe Mouawad 2012-12-02 18:20:10 UTC
Date: Sun Dec  2 18:18:42 2012
New Revision: 1416222

URL: http://svn.apache.org/viewvc?rev=1416222&view=rev
Log:
Bug 54155 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it
Bugzilla Id: 54155

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.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-12-03 23:54:57 UTC


URL: http://svn.apache.org/viewvc?rev=1416732&view=rev
Log:
Change the alignment from a vertical column to a horizontal row (better view)
Bugzilla Id: 54155

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java




Notes: 
BoxLayout.Y_AXIS isn't compliant with BorderLayout.NORTH|CENTER|EAST|SOUTH position args.
BoxLayout.Y_AXIS allows only to position components in a vertical column (without matter the position arg value in add()).
Comment 3 Sebb 2013-08-07 19:32:01 UTC
The marker for the selected node is never cleared.

If a new selection is made, any existing marker should be cleared.

Otherwise the tree just fills up with markers.

The selection should also be cleared if the user navigates away from the MC.
Comment 4 Philippe Mouawad 2013-08-25 13:18:32 UTC
Date: Sun Aug 25 13:17:40 2013
New Revision: 1517285

URL: http://svn.apache.org/r1517285
Log:
Bug 54155 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it
Reset previous nodes
Bugzilla Id: 54155

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java
Comment 5 The ASF infrastructure team 2022-09-24 20:37:52 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2982