Menu

#179 CTRL+Home and CTRL+End issue

v1.1.x
fixed
None
v1.1.0
Bug Fix
2017-05-04
2017-03-17
Erik Hänel
No

Ctrl+Home and Ctrl+End sometimes converts to parentheses in the parenthesis autocompletion function. Fix this issue.

Analysis:
Obviously this is an overflow effect of the high value of the returned key code. This means that the HOME and END keys were mapped to 8 and 9. In addition the CAPSLOCK was mapped to 7, which resulted in printing an brace when pressing SHIFT and CAPSLOCK together.

Implementation:
Fix was implemented as proposed by the analysis. Implementation tests were passed successfully.

Documentation:
Not needed - Bug fix.

Tests:
Keys are working properly now. No further deviations detected. Fix was implemented successfully.

Discussion

  • Erik Hänel

    Erik Hänel - 2017-03-17
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2017-03-17
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     Ctrl+Home and Ctrl+End sometimes converts to parentheses in the parenthesis autocompletion function. Fix this issue.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2017-03-17
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     Ctrl+Home and Ctrl+End sometimes converts to parentheses in the parenthesis autocompletion function. Fix this issue.
    
     **Analysis:**
    +Obviously this is an overflow effect of the high value of the returned key code. This means that the HOME and END keys were mapped to 8 and 9. In addition the CAPSLOCK was mapped to 7, which resulted in printing an brace when pressing SHIFT and CAPSLOCK together.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2017-03-17
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     Obviously this is an overflow effect of the high value of the returned key code. This means that the HOME and END keys were mapped to 8 and 9. In addition the CAPSLOCK was mapped to 7, which resulted in printing an brace when pressing SHIFT and CAPSLOCK together.
    
     **Implementation:**
    +Fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
    
     **Documentation:**
    +Not needed - Bug fix.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2017-05-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Not needed - Bug fix.
    
     **Tests:**
    +Keys are working properly now. No further deviations detected. Fix was implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB