-
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
Tinymce: error in [unknown object].fireEvent(): event name: tinymceChange error message: URI malformed #9452
Labels
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Comments
Internal ticket MAGETWO-66885 |
magento-team
pushed a commit
that referenced
this issue
Jun 12, 2017
magento-team
pushed a commit
that referenced
this issue
Jun 12, 2017
Fixed issues: - MAGETWO-61189: Stored xss using svg images in Favicon - MAGETWO-54702: Failed ClearAllCompareProductsTest test due to Alert window. - MAGETWO-66885: Special Characters like % in widget inside of WYSIWYG gives an error #9452 - MAGETWO-59514: Hard coded "tax_region_id" in the \Magento\Tax\Setup\InstallData - MAGETWO-64952: Admin login does not handle autocomplete feature correctly
This issue was fixed in develop branch. |
hostep
pushed a commit
to hostep/magento2
that referenced
this issue
Jul 3, 2017
…gives an error magento#9452 (cherry picked from commit 19a6485)
Internal ticket to track issue progress: MAGETWO-70435 |
magento-team
added
2.1.x
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
labels
Jul 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Preconditions
Steps to reproduce
10%
Expected result
Actual result
%
character, an error pops up:error in [unknown object].fireEvent(): event name: tinymceChange error message: URI malformed
Discussion
This problem was introduced in this commit: 9030e08
Removing the line
content = decodeURIComponent(content);
fixes the issue.The question is: why was the line added?
The commit was part of some other commits to fix issue #6138
But without that line, the issue is fixed as well, in my tests though, but maybe the line was necessary for some other edge case?
It would be great if this could be fixed before Magento 2.2 is released, as this is a really annoying problem :)
Thanks!
The text was updated successfully, but these errors were encountered: