-
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
Chinese input in tinymce 4 #24637
Comments
Hi @Consumewithadele. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @Consumewithadele do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-Charlie. Thank you for working on this issue.
|
Hello @Consumewithadele ! Manual testing scenario:
Actual result: So i have to close this issue. |
Hello, Could you check attached video where you can see strange behaviour during CN input ? |
@Consumewithadele After watching your video i tested with another languages and i reproduced this issue. This problem exist with this packs: |
✅ Confirmed by @engcom-Charlie Issue Available: @engcom-Charlie, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
It's not only Chinese, but also Japanese. |
Hi @HirokazuNishi. Thank you for working on this issue.
|
Hi @HirokazuNishi , mentioned issue details: Steps to reproduce:
Example: Expected result: Actual result: |
Hi @Consumewithadele. Thank you for your report. The fix will be available with the upcoming 2.4.0 release. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Additional notices:
problem caused by
lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter.js
fixRangeSelection: function (editor) {} . If I comment call of this function, CN input works well.
If I switch wysiwyg to tinymce 3 in magento system configuration, CN input works well.
Additional question.
fixRangeSelection: function (editor) {}
has comment:
/**
* Fix range selection placement when typing. This fixes MAGETWO-84769
* @param {Object} editor
*/
The text was updated successfully, but these errors were encountered: