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

Text area flicker fix #4334

Merged
merged 6 commits into from Mar 25, 2024
Merged

Text area flicker fix #4334

merged 6 commits into from Mar 25, 2024

Conversation

darrenburns
Copy link
Member

Adds a workaround to prevent flickering that would occur when wrapping occurred, causing a scrollbar to appear, resulting in a wrap width of 0, which results in no wrapping, causing the scrollbar disappear, which meant there was enough space to wrap again, ... endless loop.

@darrenburns darrenburns marked this pull request as ready for review March 25, 2024 15:52
@darrenburns darrenburns merged commit d55410c into main Mar 25, 2024
20 checks passed
@darrenburns darrenburns deleted the text-area-flicker-fix branch March 25, 2024 16:45
@darrenburns darrenburns linked an issue Mar 26, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

A single character wide TextArea flickers
2 participants