Skip to content

WIP: Make SMS message field scrollable

Jiří Wolker requested to merge (removed):stopoverflowingmessagefield into master

Summary

This patch limits SMS message field height to ⅓ of window height (or ⅔ for small windows) so it can't grow too much. That makes messages in conversation visible even when writing long messages.

Test Plan (and screenshots)

Screenshots are in APNG and WEBP. Download them and play locally if these formats are not supported by your browser.

Before:

SMS message field can grow without limits. Very long messages can make the field higher than window.

grab-noscroll.apng

After:

Message field height is limited to ⅓ or ⅔ of window height so it can't overflow.

grab-scroll.webp

Edited by Jiří Wolker

Merge request reports