Skip to content
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

Scrolling after resize causes stack overflow exception #138

Closed
sergsvet opened this issue Jun 7, 2021 · 1 comment
Closed

Scrolling after resize causes stack overflow exception #138

sergsvet opened this issue Jun 7, 2021 · 1 comment

Comments

@sergsvet
Copy link

sergsvet commented Jun 7, 2021

1 Run AvaloniaEdit.Demo
2 Maximize and minimize window. Vertical scrollbar will showed.
3 Move vertical scrollbar. Stack overflow exception will be thrown.

Disabling option AllowScrollBelowDocument fixes the problem. See TextView.cs line if (options.AllowScrollBelowDocument)

@danipen
Copy link
Collaborator

danipen commented Oct 6, 2022

Should be fixed with #254. Reopen if needed.

@danipen danipen closed this as completed Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants