Menu

#150 Editor tooltips and autocompletion lists are visible after tab change

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

If a tooltip or an autocompletion list is currently visible and the editor tab is changed, then the tooltip/list will stay visible until one changes back to the tab and presses "ESC".

Analysis:
This can be fixed by intercepting the page change event and clearing the lists and tooltips.

Implementation:
The fix was implemented as proposed by the analysis.

Documentation:
Not needed - Bug fix.

Tests:
Tests were performed with opened tooltips and autocompletion lists and afterwards changing the page. The tooltips/lists now are correctly disappearing.

Discussion

  • Erik Hänel

    Erik Hänel - 2017-02-08
    • status: open --> accepted
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     If a tooltip or an autocompletion list is currently visible and the editor tab is changed, then the tooltip/list will stay visible until one changes back to the tab and presses "ESC".
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     If a tooltip or an autocompletion list is currently visible and the editor tab is changed, then the tooltip/list will stay visible until one changes back to the tab and presses "ESC".
    
     **Analysis:**
    +This can be fixed by intercepting the page change event and clearing the lists and tooltips.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     This can be fixed by intercepting the page change event and clearing the lists and tooltips.
    
     **Implementation:**
    +The fix was implemented as proposed by the analysis.
    
     **Documentation:**
    +Not needed - Bug fix.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Not needed - Bug fix.
    
     **Tests:**
    +Tests were performed with opened tooltips and autocompletion lists and afterwards changing the page. The tooltips/lists now are correctly disappearing.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB