Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max textarea height #6409

Merged
merged 6 commits into from
Mar 23, 2017
Merged

Max textarea height #6409

merged 6 commits into from
Mar 23, 2017

Conversation

MartinSchoeler
Copy link
Contributor

@RocketChat/core

Closes #6342

It makes the message input scrollable and gives it a max height
screenshot from 2017-03-21 12-31-08

@karlprieb you think this is a good max height?

@engelgabriel engelgabriel temporarily deployed to rocket-chat-pr-6409 March 21, 2017 15:39 Inactive
@@ -10,6 +10,7 @@
var self = this;
var $self = $(self);
var minHeight = $self.height();
var maxHeight = minHeight * 5;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do you use maxHeight?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is leftover code, removed now.

@engelgabriel engelgabriel temporarily deployed to rocket-chat-pr-6409 March 21, 2017 16:03 Inactive
@engelgabriel engelgabriel temporarily deployed to rocket-chat-pr-6409 March 21, 2017 16:23 Inactive
@rodrigok rodrigok added this to the 0.55.0 milestone Mar 22, 2017
@rodrigok rodrigok modified the milestone: 0.55.0 Mar 23, 2017
@rodrigok rodrigok merged commit 20695fa into develop Mar 23, 2017
@rodrigok rodrigok deleted the max-textarea-height branch March 23, 2017 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can't scroll inside a long message
5 participants