-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Focus tracker does not focus on tab item #604
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Some more context after a little introspection: Adding the Right-clicking on a selected tab should bring up the context menu for the widget displayed (the open document in the case of |
Description
Some context menu in
Jupyterlab
are not working correctly since #583.It seems that the focus is not managed the same way when the tabs contain
tabindex="0"
attribute.Reproduce
Update lumino to v2023.6.22 and right click on a Notebook tab in dock panel.
The
currentwidget
seems to be now the tabbar instead of the tab item, which breaks the behavior of the context menu.Expected behavior
The focus correctly handling the tab item.
Reference
This bug has been found in jupyterlab/jupyterlab#14610
The text was updated successfully, but these errors were encountered: