-
Notifications
You must be signed in to change notification settings - Fork 5k
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
'navigate files and folders with single click' only effective in jupyter lab #7538
Comments
Hi @zjqzero. Thank you for creating this issue. I have tested this locally and I can't reproduce this with notebook 7.3.1 on M1 MacBook Pro macos 15.1.1 ('navigate files and folders with single click' is respected). Could you please provide more information about the system and notebook version you are using?
|
Using notebook 7.3.2 in a conda env on Win64 running Python 3.9, using only default notebook settings, I am getting the single-click behavior even though "Navigate files and directories with single click" setting is unchecked. This erroneous behavior is exactly that described by @zjqzero. There is also other bad behavior after closing a Firefox tab that contained an opened .ipynb file where the mouse cursor changes to a crossed-out circle with the filename of the .ipynb file just closed (see screenshot below). This bad cursor behavior disappears after clicking on notebook background. If the "Navigate files and directories with single click" setting is checked and then unchecked, the behavior returns to normal. This looks like a serious bug to me, but is probably not hard to fix. |
Thanks all for the report.
This can likely be the workaround for now. Otherwise the issue mentioned above with files being dragged does seem to be easily reproducible indeed. |
The tricky part here is both JupyterLab and Jupyter Notebook use the same settings for the file browser widget, but not the same set of defaults. Which explains why the checkbox is unchecked but the single click navigation enabled in Jupyter Notebook. |
Description
upgrade to 7.3.1,'navigate files and folders with single click' not checked, but it's still affecting the behavior.
This option only effective in jupyter lab.
The text was updated successfully, but these errors were encountered: