jech / galene

The Galène videoconference server
https://galene.org
MIT License
900 stars 119 forks source link

Allow scroll bars in input form. #118

Closed jech closed 2 years ago

jech commented 2 years ago

@takdj, users are complaining that there's no feedback when copy-pasting multi-line text into Galene. The simple solution is the attached, but perhaps it would be better to have the form expand up to 4 lines or so, and only add the scrollbars when the text doesn't fit in four lines?

Please let me know what you think.

takdj commented 2 years ago

Yes, input form that expand is a really better, I can try and send you the patch later.

takdj commented 2 years ago

@jech there is a patch here that you can test if ok for you: https://lab.nexedi.com/alain.takoudjou/galene/commit/06cdf51a0ce3db1838ea206dd8481139e4d7546b

takdj commented 2 years ago

https://lab.nexedi.com/alain.takoudjou/galene/commit/332a7e7a79d5310ca2595e1e6774062ec1e3dcce

jech commented 2 years ago

I feel taht this should not require any Javascript code.