Menu

#171 Little issue with tooltip at endfor

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

Because of the "ä" in the tooltip text, the highlighting of the correspinding endfor doesn't work correctly. => Apply the derived fix to all block tooltips.

Analysis:
This fix can be done by applying a function countUmlauts(const string&), whose result is added to the block's length.

Implementation:
Fix was implemented as proposed by the analysis.

Documentation:
Not needed - Bug fix.

Tests:
The issue is disappeared. No further deviations detected. Fix was implemented successfully.

Discussion

  • Erik Hänel

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

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

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     Because of the "ä" in the tooltip text, the highlighting of the correspinding `endfor` doesn't work correctly. => Apply the derived fix to all block tooltips.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     Because of the "ä" in the tooltip text, the highlighting of the correspinding `endfor` doesn't work correctly. => Apply the derived fix to all block tooltips.
    
     **Analysis:**
    +This fix can be done by applying a function `countUmlauts(const string&)`, whose result is added to the block's length.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     This fix can be done by applying a function `countUmlauts(const string&)`, whose result is added to the block's length.
    
     **Implementation:**
    +Fix was implemented as proposed by the analysis.
    
     **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:**
    +The issue is disappeared. No further deviations detected. Fix was implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB