You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
When using autosize on a
<textarea>
with a CSSmax-height
, after typing enough content to reach themax-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.
The text was updated successfully, but these errors were encountered: