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

Improve the way TextEditor field contents are displayed in detail page #6675

Open
javiereguiluz opened this issue Dec 30, 2024 · 0 comments
Open
Labels
feature priority: important Bugs to fix and features to implement
Milestone

Comments

@javiereguiluz
Copy link
Collaborator

TextEditor field creates HTML content because it allows to use paragraphs, bold text, links, etc.

In detail page, we display the escaped HTML contents for security reasons. But, in many cases, you want to display the rendered HTML contents. This is fine because contents were created by employees, not end users.

Also, we should add an option to display the full contents without an scroll bar. By default, we set a max-height to not break the page design when the content is very long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature priority: important Bugs to fix and features to implement
Projects
None yet
Development

No branches or pull requests

1 participant