https://issues.apache.org/bugzilla/show_bug.cgi?id=50221

--- Comment #2 from jen...@hotmail.com 2011-02-02 11:00:34 EST ---
The method JMeterTreeNode.nameChanged() is never called but fixes this.

It needs to be called on the right moment, probably on the node that just is
left when changing the focus. The only events that I found are raised too late:
They are applied on the node that is switched to, but if you switch back to the
node with short label "..." then it helps:
JMeterTreeListener.mouseclicked:
    getCurrentNode().nameChanged();

So this only solves it halfway. It can't be that difficult?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org
For additional commands, e-mail: notifications-h...@jakarta.apache.org

Reply via email to