jupyterlab-h5web
jupyterlab-h5web copied to clipboard
[Notebook] Infinitely growing visualisation panel for long filenames
To reproduce:
- Open in the notebook a file with a long name (>18 characters in my case but can be width-dependent)
- Select an entry with a visualization (ex: root for NeXus file)
- (Optional?) Try to reduce the width of the explorer panel: on mouse release, the panel will take its width back and the visualisation panel width will increase without bounds.

Hmm, not sure how to fix this without touching at Jupyter Lab's styles, to replace the various display: table and float: left with flexbox... Maybe Jupyter Lab 3 brings changes to the notebook styles... 🤷
https://github.com/silx-kit/h5web/pull/780 is a good step forward: the h5web cell can still be wider than the notebook cell but it cannot grow indefinitely anymore.