When you add a component in the Test plan Tree, if Name is set to empty it becomes very difficult to select the node. You must click on the left icon to be able to.
Created attachment 34503 [details] Patch for a fix
isBlank() returns true for multiple spaces. Surely the check should be for isEmpty? Or just check if the length is 0; I don't think it can be null.
Author: pmouawad Date: Tue Dec 13 20:46:14 2016 New Revision: 1774101 URL: http://svn.apache.org/viewvc?rev=1774101&view=rev Log: Bug 60449 - JMeter Tree : Annoying behaviour when node name is empty Bugzilla Id: 60449 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterCellRenderer.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4187