Message textarea expands excessively and breaks layout when typing long messages #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When typing a long message, the message textarea expands vertically without limit and eventually hides most or all of the chat view. As it expands, the cursor can become hidden behind the keyboard, and the send button becomes stretched vertically along the right side of the screen.
This makes it difficult to see the conversation while typing and makes the send button harder to use. The textarea does not appear to have a maximum height or proper scroll behavior. Clicking on the typed text to try to scroll through it results in scrolling up to the top of the textarea until you can see the chat, but doesn't scroll through the message in a fixed space as there doesn't appear to be any limit on max-height.
Steps to Reproduce
Expected Behavior
Actual Behavior
Environment