neilalexander / seaglass

A truly native Matrix client for macOS - written in Swift/Cocoa, with E2E encryption support
Other
529 stars 34 forks source link

Message entry field doesn't grow with multiline input #45

Closed neilalexander closed 5 years ago

neilalexander commented 6 years ago

Specifications

Expected Behavior

The message entry field should grow vertically with multiline text.

Actual Behavior

It doesn't.

Steps to Reproduce the Problem

  1. Alt-Enter when entering text.
aaronraimist commented 6 years ago

screen shot 2018-08-31 at 1 23 53 pm screen shot 2018-08-31 at 1 24 02 pm

Is it expected that a multi line message with no gap between them would show up in other clients as being on the same line?

Also I'd love to get shift+enter as well since that is what I'm used to from Riot.

neilalexander commented 6 years ago

Indeed that is not expected behaviour, must be something in the Markdown parser. I'll take a look at that.