Nicolas Brichet
Nicolas Brichet
I can take a look at the test and we'll see if it's enough.
Probably related to https://github.com/jupyter/notebook/pull/6731, see https://github.com/jupyter/notebook/pull/7371 for details.
> it looks like this time it is the button to toggle the virtual scrollbar that is sometimes showing up I think it is another computation issue with the toolbar,...
Opened https://github.com/jupyterlab/jupyterlab/pull/16409, it fixes this issue locally, during tests and usage. Too bad that we don't have yet an easy way to run all the tests on CI with this...
I hope there will not be other issues with the new change... :smile:
@nthiery @bollwyvl I can take a look at it. Just wondering what should be the correct workflow. Let's say we have the following schema: ``` Slide 1 Sub slide 1.1...
@bollwyvl I added a test on this specific pattern.
@fcollonval I can rebase it if you want, I also need this compatibility.
Failing tests seem not related to this PR.
I can reproduce it when updating a package that depends on `jupyterlab_collaboration` 3 instead of 2 before. The `jupyter_server_ydoc` server extension is not installed. For example with [jupyterlab_chat](https://github.com/jupyterlab/jupyter-chat) on main...