-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
M2.1.2 Character encoding issue with widgets including in WYSIWYG editor #7249
Comments
Check this out #5548 |
@kanduvisla , can you check if the solution/fix from #5548 resolves your issue? |
We have the same issue; #5548 does not fix the issue. |
@kanduvisla thank you for your report. |
I formatted the issue to the right format for @kanduvisla (just because we need this to be fixed very soon). Preconditions
Steps to reproduce
Expected resultThe text should always be inserted with special characters encoded correctly Actual resultThe text is only inserted with special characters encoded correctly when the visual editor is turned off. When it's turned on, special characters are encoded incorrectly while inserting a widget. See also @kanduvisla's visual presentation. |
Is there any news or an ETA for this bug? @veloraven maybe? |
@redelschaap , We have an internal ticket created for this issue:MAGETWO-62296, which needs to be prioritized |
Is there an ETA for this bug? Our client needs to go live with a German store very soon. @dthampy maybe? |
Same Magento 2.1.3 vendor/magento/framework/Data/Form/Element/AbstractElement.php (line 302) _escape function with htmlspecialchars seem to be the problem |
@redelschaap, nice catch on that #4232. Fix worked like a charm for us in 2.1.3! |
@kanduvisla, thank you for your report. |
@kanduvisla, thank you for your report. |
[TR] Upgrade jQuery and jsTree
When I try to insert a widget with the WYSIWYG edit, the characters get encoded wrong when the WYSIWYG editor is enabled.
For example,
Fóó Bär
becomes:Fóó Bär
.This only happens when I try to insert a widget using the WYSIWYG-editor. If the WYSIWYG-editor is disabled, the content is correct:
The text was updated successfully, but these errors were encountered: