Skip to content
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

Non-editable cells can be split and merged #11140

Open
raffaele-cappelli opened this issue Sep 24, 2021 · 1 comment
Open

Non-editable cells can be split and merged #11140

raffaele-cappelli opened this issue Sep 24, 2021 · 1 comment
Labels

Comments

@raffaele-cappelli
Copy link

Description

Cells with "editable": false can be split and merged with other cells.

Reproduce

In a new notebook, edit metadata adding

"editable": false

the cell cannot be edited, but it is possible to split it and merge it with other cells.

Expected behavior

It should not be possible to split and merge non-editable cells, as in jupyter notebook.

Context

Reproduced in a clean env (conda create -n jlab-test --override-channels --strict-channel-priority -c conda-forge -c nodefaults jupyterlab)

JupyterLab Version 3.1.13
Google Chrome | 93.0.4577.82
Windows 10 OS Version 2009
JavaScript | V8 9.3.345.19

I was NOT able to reproduce the problem in Jupyter notebook.

@krassowski
Copy link
Member

I can reproduce this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants