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

Resize rich text editors based on their content #353

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

ColonelThirtyTwo
Copy link
Collaborator

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

  • Automatically size rich text boxes to fit their contents.

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 GhostManager#344.
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!.

@chrismaddalena chrismaddalena merged commit 5ae9da5 into GhostManager:master Nov 6, 2023
7 checks passed
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.

2 participants