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 2018/04/28 04:34:02 UTC

[Bug 62336] New: Keyboard shortcut Ctrl + 6 is not working

https://bz.apache.org/bugzilla/show_bug.cgi?id=62336

            Bug ID: 62336
           Summary: Keyboard shortcut Ctrl + 6 is not working
           Product: JMeter
           Version: 4.0
          Hardware: PC
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: janesh@pragmatictesters.com
  Target Milestone: ---

Keyboard shortcut Ctrl +6 is not working.
Default element or newly added components are not working.
All other shortcuts are working as expected.

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

[Bug 62336] Keyboard shortcut Ctrl + 6 is not working

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

--- Comment #2 from Janesh Kodikara <ja...@pragmatictesters.com> ---
Created attachment 35954
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35954&action=edit
System information

Please see the attached for JDK, OS and JMeter version information

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

[Bug 62336] Keyboard shortcut Ctrl + 6 is not working

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Works for me on Ubuntu 18.04 with Java 8 Update 171

Can you describe your setup in more detail? OS, Test-Plan, Java, ...

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

[Bug 62336] Keyboard shortcut Ctrl + 6 is not working

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

Mike Pavlov <mi...@gmail.com> changed:

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

--- Comment #3 from Mike Pavlov <mi...@gmail.com> ---
Was reproduced for Java 8 on Windows 10.
actionEvent.getActionCommand() in MainFrame unexpected returning null only for
CTRL-6. getActionCommand was replaced with alternative code. New version
working stable.

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

[Bug 62336] Keyboard shortcut Ctrl + 6 is not working

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
                 OS|All                         |Windows 10
   Target Milestone|---                         |JMETER_5.1
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED

--- Comment #5 from Felix Schumacher <fe...@internetallee.de> ---
Will be included in the next version (probably 5.1).

Many thanks to Mike for the patch. I have tried use the old mechanism when we
get an actionCommand to have as little change as possible while fixing the odd
behaviour when needed.

Date: Sun Oct 28 11:49:43 2018
New Revision: 1845017

URL: http://svn.apache.org/viewvc?rev=1845017&view=rev
Log:
Some shortcuts are not working correctly on windows

Contributed by Michael Pavlov (michael.paulau at gmail.com)

Bugzilla Id: 62336
Closes #396 on github

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/MainFrame.java
    jmeter/trunk/xdocs/changes.xml

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

[Bug 62336] Keyboard shortcut Ctrl + 6 is not working

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

--- Comment #4 from Mike Pavlov <mi...@gmail.com> ---
Changes: https://github.com/varan123/jmeter/tree/Bug_62336

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

[Bug 62336] Keyboard shortcut Ctrl + 6 is not working

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #6 from Felix Schumacher <fe...@internetallee.de> ---
Date: Sun Oct 28 12:52:03 2018
New Revision: 1845021

URL: http://svn.apache.org/viewvc?rev=1845021&view=rev
Log:
Convert anonymous inner class to nested class

With the changes for the original bug report, the inner class
got too big, so refactor it out into a nested static class.

Some shortcuts are not working correctly on windows
Contributed by Michael Pavlov (michael.paulau at gmail.com)

Followup to r1845017
Bugzilla Id: 62336
Relates to #396 on github


Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/MainFrame.java

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

[Bug 62336] Keyboard shortcut Ctrl + 6 is not working

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

Felix Schumacher <fe...@internetallee.de> changed:

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

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