Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

On creation/edition module, allow to increase textual box size #1197

Closed
mgerbaux opened this issue Dec 13, 2016 · 3 comments
Closed

On creation/edition module, allow to increase textual box size #1197

mgerbaux opened this issue Dec 13, 2016 · 3 comments
Labels
Articles Association enhancement Guidebook To be closed Issue that will be closed on c2c_ui release wontfix Issue closed without be fixed
Milestone

Comments

@mgerbaux
Copy link

For textual field, boxes are sometimes too small to work properly (for example for article).
screenshot at 2016-12-13 09 04 57
In this screenshot, its obvious that this box could be higher for this screen

In V5; such boxes could be increased at demand

@fbunoz
Copy link

fbunoz commented Dec 13, 2016

Moreover, the box should be resizable only for the height and not for the width.
To do that :

  • Remove !important attributs on all rules for height on textarea (there are several rules...).
  • Add the rule on textarea :
    resize: vertical;

@ginold
Copy link
Contributor

ginold commented Dec 14, 2016

exactly what I wanted to do, thanks for pointing it out.
Maybe a good idea would be to implement an automatic height, getting bigger with text?
It even is the case here, in the comment textarea of github.

@stef74 stef74 modified the milestone: V6.5 Dec 14, 2016
@stef74 stef74 modified the milestones: V6.5, Later Jan 16, 2017
@AlexisDemongeot
Copy link

Just a comment (if Textarea auto height is doing the job):
Actualy, we can resize textual fields but only the widht :
image

@cbeauchesne cbeauchesne added To be migrated Issue that will be migrated in c2c_ui To be closed Issue that will be closed on c2c_ui release wontfix Issue closed without be fixed and removed To be migrated Issue that will be migrated in c2c_ui labels Mar 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Articles Association enhancement Guidebook To be closed Issue that will be closed on c2c_ui release wontfix Issue closed without be fixed
Projects
None yet
Development

No branches or pull requests

6 participants