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
When in the file browser view of Jupyter Notebook, double clicking a folder to view its contents displays the folder Rename and Delete buttons at the top of the file browser widget, but remain once the clicked folder's contents are displayed and no folders or files are checked.
Reproduce
Go to File Browser
Click on any folder. Notice the Rename and Delete buttons appear.
Double click the folder
See that Rename and Delete remain visible even though no folder or file is checked. Clicking on either button is a no-op.
Checking any file or folder and then unchecking will cause the buttons to disappear.
Expected behavior
The Rename and Delete buttons should not be visible if no file or folder is checked.
Context
Notebook 7.1.2
The text was updated successfully, but these errors were encountered:
This is indeed an issue. Maybe we'll need something like jupyterlab/jupyterlab#14598 to be implemented in JupyterLab, to simplify the logic of which buttons should be displayed.
Description
When in the file browser view of Jupyter Notebook, double clicking a folder to view its contents displays the folder Rename and Delete buttons at the top of the file browser widget, but remain once the clicked folder's contents are displayed and no folders or files are checked.
Reproduce
Expected behavior
The Rename and Delete buttons should not be visible if no file or folder is checked.
Context
Notebook 7.1.2
The text was updated successfully, but these errors were encountered: