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

[6.0.0 regression] Disabled horizontal scrollbar appears when reaching max-height #407

Open
andersk opened this issue Jun 6, 2023 · 4 comments

Comments

@andersk
Copy link

andersk commented Jun 6, 2023

When using autosize on a <textarea> with a CSS max-height, after typing enough content to reach the max-height, autosize 6.0.0 and 6.0.1 unexpectedly adds a disabled horizontal scrollbar in addition to the expected vertical scrollbar.

Based on git bisect, 8389fc9 is the first commit with this issue.

This prevents Zulip from upgrading to autosize 6 (zulip/zulip#25087).

Demo

Screenshots from Chromium 114.0.5735.90 on Linux.

@muecke87
Copy link

muecke87 commented Jul 18, 2023

any chances this will be fixed soon? :)

@paparent
Copy link

I didn't upgrade too. In the commit supplied above, before it was setting overflowY to scroll, now it's setting overflow.

@aderchox
Copy link

Same issue here

@toxpal
Copy link

toxpal commented Oct 3, 2024

Just started using autosize and have the same issue. Playing with CSS doesn't help

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

5 participants