This issues affect: - CSV Data Set - JSR223 Sampler ... It exists in nightly builds on 20 august 2013.
Date: Tue Aug 20 21:51:26 2013 New Revision: 1515983 URL: http://svn.apache.org/r1515983 Log: Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Bugzilla Id: 55459 Modified: jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/ComboStringEditor.java jmeter/trunk/xdocs/changes.xml
Date: Wed Aug 21 12:29:52 2013 New Revision: 1516145 URL: http://svn.apache.org/r1516145 Log: Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Rollback change using Editor to access value Replace requestFocus() by requestFocusInWindow() Bugzilla Id: 55459 Modified: jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/ComboStringEditor.java Date: Wed Aug 21 12:32:53 2013 New Revision: 1516146 URL: http://svn.apache.org/r1516146 Log: Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Bug 55103 - why does the focus listener now get called after modifyTestElement? Bugzilla Id: 55459 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterTreeListener.java