You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2019. It is now read-only.
We are having an issue in JupyterLab (jupyterlab/jupyterlab#6648), when a tab is closed, current tab changes but new current tab doesn't get activated. Keyboard events are not received by the current tab.
We are having an issue in JupyterLab (jupyterlab/jupyterlab#6648), when a tab is closed, current tab changes but new current tab doesn't get activated. Keyboard events are not received by the current tab.
In https://github.com/phosphorjs/phosphor/blob/master/packages/widgets/src/tabbar.ts there are a lot of places where currentChange is emitted but activate is only tied to user click. Why an activate is only happening at user click and not on the currentChanged?