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

Creation/Grading Mode does not work correctly in windowing mode 'full' #55

Open
florian-jaeger opened this issue Sep 12, 2024 · 0 comments
Labels
bug Something isn't working frontend

Comments

@florian-jaeger
Copy link
Contributor

Describe the bug
The Creation/Grading Mode functionality is not operating correctly when JupyterLab is set to windowing mode 'full'. The same functionality works normally when the windowing mode is set to 'defer'. The core issue seems to be related to cells being lazy-loaded in 'full' windowing mode.

To Reproduce
Steps to reproduce the behavior:

  1. Open JupyterLab.
  2. Switch to windowing mode 'full'.
  3. Attempt to use Creation/Grading Mode on a notebook.
  4. Observe that the Creation/Grading Mode does show all cell widgets.
  5. Switch to windowing mode 'defer'.
  6. Repeat the same steps in Creation/Grading Mode.
  7. Note that the functionality works correctly in 'defer' mode.

Expected behavior
The Creation/Grading Mode should work correctly in both windowing modes ('full' and 'defer'), without issues related to lazy loading of cells.

Relevant Links

@florian-jaeger florian-jaeger added bug Something isn't working frontend labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

1 participant