Closed renchap closed 1 year ago
Hi @renchap , not sure why it happened for you, it's definitely not reproducible on my end. I'm using mastodon.social on edge browser. The box became scrollable after certain threshold rather than growing infinitely.
Same problem here. on Firefox 112.0.2. Apparently the problem is caused by the
Also problematic is hiding the Y scrollbar, (overflow-y). See images:
Debugger screenshot:
Replicated on universeodon.com and mastodon.social - the scroll bar doesn't appear and box expands into infinity if you just keep hitting enter
This is an serious bug. I'm unable to post anything lengthier than a few lines in the textarea. Uploading an image makes things worse. A workaround for me is to inject this CSS into the page:
.compose-form__autosuggest-wrapper {
height: 360px;
}
using Greasemonkey.
When I'm NOT using "Erweitertes Webinterface verwenden" with mastodon.social the textarea-field is not scrolling any more, so I can not send or update status of a longer toot.
Steps to reproduce the problem
Write a large status on mastodon.social, with many new lines.
Expected behaviour
The text input does not grow infinitely
Actual behaviour
The text input height can be larger than the available space
Detailed description
Specifications
Mastodon edge, Safari macOS