-
Notifications
You must be signed in to change notification settings - Fork 2
Weird HTML entities behavior in repeater item labels #117
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
Comments
The regex in class Inputfield should detect uppercase letters too |
Thanks I've pushed the suggested fix for this issue to the dev branch. Note that if you are literally inserting HTML entities like |
Short description of the issue
Uppercase umlaut HTML entities (
Ö
/Ä
/Ü
) are displayed in repeater item label. The label is pulled from a page's default title field (HTML Entity Encoder text formatter is set). Page is added to repeater via Page field set to "single page".Expected behavior
Entities should be converted to the actual characters: ÄÖÜ.
Actual behavior
Screenshot:

However, there's more ... If the page's title contains ä, ö, ü or ß, all umlauts are displayed correctly. Just one of these characters suffices to fix all other characters.
Screenshot (notice the final "ß"):

The text was updated successfully, but these errors were encountered: