https://issues.apache.org/bugzilla/show_bug.cgi?id=55103
Bug ID: 55103
Summary: why does the focus listener now get called after
modifyTestElement?
Product: JMeter
Version: Nightly (Please specify date)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Milamber analysis:
The issue was introduce by his commit (works before, not after)
Author: pmouawad
Date: Wed Apr 17 20:16:53 2013
New Revision: 1469057
URL: http://svn.apache.org/r1469057
Log:
Bug 54834 - Improve Drag & Drop in the jmeter tree
Bugzilla Id: 54834
Added:
jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterTreeTransferHandler.java
(with props)
Removed:
jmeter/trunk/src/core/org/apache/jmeter/gui/action/DragNDrop.java
Modified:
jmeter/trunk/src/core/org/apache/jmeter/gui/MainFrame.java
jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java
jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterTreeListener.java
jmeter/trunk/xdocs/changes.xml
sebb comment:
I agree that the fix to TestActionGui was sensible; it would have been a
sensible fix even without the bug as the extra field was unnecessary.
However why does the focus listener now get called after modifyTestElement?
That might affect other GUI elements.
And it might affect future GUI coding where a focus listener might be required.
--
You are receiving this mail because:
You are the assignee for the bug.