GitHub user varan123 opened a pull request:

    https://github.com/apache/jmeter/pull/396

    Fix to 62336

    ## Description
    Keyboard shortcut Ctrl +6 is not working.
    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.
    
    ## Motivation and Context
    All CTRL-{N} working stable, after fix.
    https://bz.apache.org/bugzilla/show_bug.cgi?id=62336
    
    ## How Has This Been Tested?
    Tested on Java 8 and  Java 9 on Windows 10. Issue was reproduced. New code 
working fine. 
    
    ## Screenshots (if appropriate):
    
    ## Types of changes
    - Bug fix 62336. Was changed org.apache.jmeter.gui.MainFarme around line 
686.
    
    
    ## Checklist:
    Path        Filename        Extension       Status  Lines added     Lines 
removed   Last Modified   Size
    src/core/org/apache/jmeter/gui/MainFrame.java       MainFrame.java  .java   
Modified        12      1               
    
    
    [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/varan123/jmeter Bug_62336

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jmeter/pull/396.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #396
    
----
commit 1df6d1b56e8e73df58ee68981c7f2bbc19273a94
Author: Michael Pavlov <michael.paulau@...>
Date:   2018-08-26T04:29:28Z

    Fix to 62336

----


---

Reply via email to