Fix bug that caused & to display and improve one-line rich-text fields#4267
Merged
Conversation
By default, TinyMCE performs escaping on some characters entered via the rich-text editing interface (not the code view). We want minimal escaping, so entity_encoding = 'raw'. The TinyMCE docs on raw entity encoding: All characters will be stored in non-entity form except these XML default entities: &, <, >, ', and ".
7b8aff3 to
aa263db
Compare
& to display and improve one-line rich-text fields
ajrbyers
requested changes
Jun 11, 2024
ajrbyers
left a comment
Member
There was a problem hiding this comment.
Just one comment, looks good.
mauromsl
requested changes
Jun 11, 2024
mauromsl
left a comment
Member
There was a problem hiding this comment.
Very happy with this implementation. Well done @joemull.
As mentioned inline, it'd be good to fix any potentially corrupt journal title due to entity encoding (it is probably safe to only replace "&" but wouldn't harm to also fix encoded "<" and ">")
Couple minor comments regarding some class initialisers
ajrbyers
approved these changes
Jun 18, 2024
mauromsl
approved these changes
Jun 19, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #4258.
This fixes a bug with ampersands reported in the issue above.
It also improves usability and handling of a number of related things:
text,char, ormini-htmlto the appropriate type