You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open JupyterLab.
Switch to windowing mode 'full'.
Attempt to use Creation/Grading Mode on a notebook.
Observe that the Creation/Grading Mode does show all cell widgets.
Switch to windowing mode 'defer'.
Repeat the same steps in Creation/Grading Mode.
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.
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:
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
The text was updated successfully, but these errors were encountered: