Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Can comment input fields be vertically scalable?
Everytime I write longer comments and exceed a certain amount of characters, the input field for comments becomes scrollable. However, the scrolling makes it very hard for me to find specific passages in my comment to change or rewrite them. I quickly lose the overview this way.
Is it possible that the input field for comments gets an option to be vertically scalable? For example by implementing an option to resize the input field as you see fit:
Variations of this could also be expanding the input field from the get-go to properly house comments with 500 characters or auto expanding and auto limiting the input field as you write.
1 answer
The comment box is now resizable; drag the control in the lower right corner down to make the area bigger.
Because comments can include newlines, wide Unicode characters, and probably other unpredictable things, choosing a size to fit 500 ASCII characters in a paragraph wouldn't be a complete solution. Instead, we're putting this in the hands of the user.
1 comment thread