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

Fix textarea expanding, fixes #4832 #118

Closed

Conversation

samdroid-apps
Copy link
Contributor

This commit makes the palette expand on the x-axis when the textarea
in the activity palette is expanded. This means it does not overflow.

This commit also puts limits on the size of the text area, so the user
can not drag it to be small and weird looking.

Bug link: http://bugs.sugarlabs.org/ticket/4832

This commit makes the palette expand on the x-axis when the textarea
in the activity palette is expanded.  This means it does not overflow.

This commit also puts limits on the size of the text area, so the user
can not drag it to be small and weird looking.
@abhiskaushik
Copy link

@samdroid-apps you too fixed it 👍
I pushed the entire new template with other bugs fixed as well to sugarlabs/sugar-web-template#24
Thanks for the notice !

@godiard
Copy link
Contributor

godiard commented Apr 8, 2015

@samdroid-apps , maybe is better avoid resize at all, using "resize: none;".

http://stackoverflow.com/questions/5235142/how-to-disable-resizable-property-of-textarea

@godiard
Copy link
Contributor

godiard commented Apr 8, 2015

To be more clear, I think resize: none would be applied to all the textareas.

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.

None yet

3 participants