Bug 55459

Summary: Elements using ComboStringEditor lose the input value if user selects another Test Element
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2    
Version: Nightly (Please specify date)   
Target Milestone: ---   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 55103    

Description Philippe Mouawad 2013-08-20 21:49:46 UTC
This issues affect:
- CSV Data Set
- JSR223 Sampler
...

It exists in nightly builds on 20 august 2013.
Comment 1 Philippe Mouawad 2013-08-20 21:53:02 UTC
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
Comment 2 Philippe Mouawad 2013-08-21 12:34:03 UTC
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
Comment 3 The ASF infrastructure team 2022-09-24 20:37:54 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3204