Resize rich text editors based on their content #353
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
#344
Description of the Change
Activate the TinyMCE "autoresize" plugin to automatically resize rich text editors to fit their content, preventing the need from the user to manually resize it themselves, as requested in issue #344.
Alternate Designs
I set
"resize":true
to preserve the ability for the user to manually resize if needed, but since the text boxes will resize based on their content as its being entered, it may not be needed anymore.Possible Drawbacks
None
Verification Process
Manually tested by copying+pasting 3 paragraphs of Lorem Ipsum text into a description of a finding. I observed that the text box resized to fit as I pasted it in, and also was sized to fit after saving the finding and the editing it.
Release Notes