Bug 54155

Summary: ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.8   
Target Milestone: ---   
Hardware: All   
OS: All   

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