-
-
Notifications
You must be signed in to change notification settings - Fork 529
TV input type "textarea" not high enough #5512
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
Comments
I has shrunk to 7 lines in 2.3 actually. However, I don't feel the need to have it any higher. You could mix it up by seperating the content to another resource and use the content field there. |
Another option is to use an editor, like Ace, to render large That said, I do wish that core textarea TVs were at least resizable. Even native textareas are resizable in the browser, it's unfortunate that it is not currently supported. At a minimum, support for auto-expansion based on the length of the field's content (like the |
Why not have the height as a setting of the TV itself? Wanna big textarea, make it 20rem. Or a small one, make it 3rem. Pro choice! |
A setting in the TV would be quite cool, as would a standard "resizable in the browser" widget. Think you could tackle that one @pixelchutes ? |
Thanks, @rthrash! I would like to grab the chance to start a discussion on how "creative freedom" could be extendet to the "Resource Editing Userinterfaces" we build with the MODX Manager. |
Man I would love to see something like that Oliver! And something like how Crowdin handles translations for label customization, too, including the ability to move the silly default fields, also. |
On that note, I think this definitely merits another issue and the discussion is fine here on Github. |
I am working on a fix for this issue. |
Not sure if it would be related to this issue or not but is in same ballpark. If you uncheck "Rich Text" on a resources settings to change a rich text box to a plain text box, a rich text TV correctly turns into a standard textarea but the size is so tiny (one short row) you can't use it and it cannot be resized. |
Perhaps worth opening a new issue for this? It does not concern the rich text editor. |
PR #13524 is closed and feature is not implemented yet. |
There is a |
### What does it do? Adds new input options to control input height. ### Why is it needed? Currently this input type is restricted to its default size of 140px. ### How to test 1. Rebuild the manager template (cd to `_build/templates/default` and run `grunt build`) 2. Clear MODX caches 3. Create a few textarea type TVs to test the three new options (height, auto grow, and resize) ### Related issue(s)/PR(s) Resolves #5512 --------- Co-authored-by: Jason Coward <jason@opengeek.com>
mindeffects created Redmine issue ID 5512
TV input type "textarea" is not high enough. RTFM says "about 15 lines", I count only about 8 lines (Chromium 15.x and FF5).
I will also write a feature request for textareas with editable height. Don't want to mix bugs and features. ;-)
The text was updated successfully, but these errors were encountered: