Menu

#137 Execute button sometimes locked

v1.1.x
fixed
None
v1.1.0
Bug Fix
2017-02-15
2017-01-31
Erik Hänel
No

The execute button is sometimes locked. Probably this is related to the DebugUI update function.

Analysis:
There's no hint in the code about this behavior. Seems to be a strange interference with the standby or hibernate state of windows. As it is not reproduceable (only occured once), this will be set to on hold.

The actual issue is connected with the toolbar update function, called with the evaluation of options after the options were changed.

Implementation:
The fix was implemented by extending the function respnsible for locking the debug tools depending on the focused file and calling this function from the toolbar update function.

Documentation:
Not needed. Bug fix.

Tests:
Options were applied with this fix twice. No deviations detected. Bug fix accepted.

Discussion

  • Erik Hänel

    Erik Hänel - 2017-01-31
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2017-01-31
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     The execute button is sometimes locked. Probably this is related to the DebugUI update function.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2017-02-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The execute button is sometimes locked. Probably this is related to the DebugUI update function.
    
     **Analysis:**
    +There's no hint in the code about this behavior. Seems to be a strange interference with the standby or hibernate state of windows. As it is not reproduceable (only occured once), this will be set to on hold.
    
     **Implementation:**
    
    • status: analyzing --> postponed
     
  • Erik Hänel

    Erik Hänel - 2017-02-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,6 +2,8 @@
    
     **Analysis:**
     There's no hint in the code about this behavior. Seems to be a strange interference with the standby or hibernate state of windows. As it is not reproduceable (only occured once), this will be set to on hold.
    +
    +The actual issue is connected with the toolbar update function, called with the evaluation of options after the options were changed.
    
     **Implementation:**
    
    • status: postponed --> implementing
     
  • Erik Hänel

    Erik Hänel - 2017-02-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,7 +6,9 @@
     The actual issue is connected with the toolbar update function, called with the evaluation of options after the options were changed.
    
     **Implementation:**
    +The fix was implemented by extending the function respnsible for locking the debug tools depending on the focused file and calling this function from the toolbar update function.
    
     **Documentation:**
    +Not needed. Bug fix.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2017-02-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -12,3 +12,4 @@
     Not needed. Bug fix.
    
     **Tests:**
    +Options were applied with this fix twice. No deviations detected. Bug fix accepted.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB