Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why does the focus listener now get called after modifyTestElement? #3144

Closed
asfimport opened this issue Jun 15, 2013 · 2 comments
Closed

why does the focus listener now get called after modifyTestElement? #3144

asfimport opened this issue Jun 15, 2013 · 2 comments

Comments

@asfimport
Copy link
Collaborator

@pmouawad (Bug 55103):
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:
#3096 - Improve Drag & Drop in the jmeter tree
#3096

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.

Version: Nightly
Severity: minor
OS: All

Depends on:

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Affects nightly build after r1469057

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Fixed by fix to 55459

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant