Skip to content

Don't reset the scrollbar when the notebook's scrollable output is updated #174636

@amunger

Description

@amunger
  1. turn on notebook output scrolling
  2. create a cell that will stream output for a while
import time
for i in range(100):
    time.sleep(.1)
    print('hello')
  1. Try to scroll down in the output while the output is still being written
    🐛 scroll position keeps bouncing back up to the top

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code Insidersnotebook-outputon-testplan

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions