Editor tooltips and autocompletion lists are visible after tab change
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
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.
Anonymous
Diff:
Diff:
Diff:
Diff: