Skip to content

notebook output scrollbar cannot be dragged if output continues to stream #177721

@amunger

Description

@amunger
  1. create a notebook and run a cell that will continuously update over time
import time

for i in range(200):
    time.sleep(.3)
    print('string ' * 100)
    print(i)
  1. try to drag the scrollbar while output is still being written
    🐛 scrollbar is not held and returns to the bottom

Metadata

Metadata

Labels

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions