Closed cnydw closed 1 year ago
When you have many files in a folder that you can scroll down in the file browser, then you double click on the area above the DirListing widget, the file is still opened.
DirListing
Like the description
The file shouldn't be opened.
https://github.com/jupyterlab/jupyterlab-hdf5/blob/e115077ef70d251005589a36df8d9643c1c3a7e5/src/browser.ts#L96 patches the whole browser node, which includes the filter and other components above the DirListing widget. It should only patch the DirListing widget's node.
Description
When you have many files in a folder that you can scroll down in the file browser, then you double click on the area above the
DirListing
widget, the file is still opened.Reproduce
Like the description
Expected behavior
The file shouldn't be opened.
Context
https://github.com/jupyterlab/jupyterlab-hdf5/blob/e115077ef70d251005589a36df8d9643c1c3a7e5/src/browser.ts#L96 patches the whole browser node, which includes the filter and other components above the
DirListing
widget. It should only patch theDirListing
widget's node.