-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Poor updating/scrolling/rendering of notebooks #148164
Comments
True. it sometimes becomes very annoying with cpu/memory leak. |
Rec.0003.mp4 |
* Also render outputs/markdowns a viewport above the current viewport, as well as below Towards #148164 * Update docs and add background color to svg
* Poor scrolling behavior after notebook model reset Towards #148164 * Update scroll dimensions before scrolltop, otherwise the scrollTop will be clamped when a cell above the viewport got larger * Add explanation to update order * Revert "Update scroll dimensions before scrolltop, otherwise the scrollTop will be clamped when a cell above the viewport got larger" This reverts commit 35c61b2. * Remove leftover comment
We fixed a few things here, and I'll call this issue fixed. To trigger the same case as in the original report:
There will still be some layout shifts. I spent awhile trying to eliminate the scroll shift that you will see when you run |
This is much better and it's great to see progress. I wouldn't call the overall experience great - there is still the usual flicker when scrolling for the first time |
I don't know why it re-opened... Creating a separate issue for the "other" flicker |
During the update/refresh and while scrolling, the notebook looks and feels bad. Markdown headers jump up/down and overlay. This happens everywhere: safari, chrome, edge, and desktop and isn't some random fluke but repros
Recording:
Screen.Recording.2022-04-26.at.16.55.16.mov
Selection of captures:
The text was updated successfully, but these errors were encountered: