Skip to content

Sending text while smooth scroll is enabled can lock the viewport's scroll #4713

@Tyriar

Description

@Tyriar

VS Code issue: microsoft/vscode#189684

I'm guessing this is the issue:

if (!shouldIgnoreComposition && !this._compositionHelper!.keydown(event)) {
if (this.options.scrollOnUserInput && this.buffer.ybase !== this.buffer.ydisp) {
this.scrollToBottom();
}
return false;
}
, we never want to animate this case.

Metadata

Metadata

Assignees

Labels

type/bugSomething is misbehaving

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions