Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Blue - v1.9.1

Choose a tag to compare

@ItsJonQ ItsJonQ released this 30 Oct 16:16

Input: ScrollToBottom to account for padding

screen recording 2018-10-26 at 04 52 pm

GIF demo's the bottom 30px padding is preserved on Enter press.

This update improves the Input scrollToBottom handling in multiline mode.
The scrolling mechanism now factors padding-bottom when pressing enter
for new line.

By default, the browser does not do this. Padding values are not
taken into consideration with textarea or contentEditable elements
autoscroll when paging (up/down/enter).

Note: This update doesn't add support for arrow/mid-content overflow paging.
I tried. It was wayy too difficult.
I had something kinda working, but it wasn't reliable.