You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2013/06/15 19:28:24 UTC

[Bug 55103] New: why does the focus listener now get called after modifyTestElement?

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: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com

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.

[Bug 55103] why does the focus listener now get called after modifyTestElement?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55103

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Depends on|                            |55027
           Severity|normal                      |minor

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Affects nightly build after r1469057

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55103] why does the focus listener now get called after modifyTestElement?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55103

Bug 55103 depends on bug 55027, which changed state.

Bug 55027 Summary: Test Action regression, duration value are not record
https://issues.apache.org/bugzilla/show_bug.cgi?id=55027

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55103] why does the focus listener now get called after modifyTestElement?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55103

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Depends on|                            |55459
         Resolution|---                         |FIXED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Fixed by fix to 55459

-- 
You are receiving this mail because:
You are the assignee for the bug.