-
Notifications
You must be signed in to change notification settings - Fork 9.4k
TinyMCE4 hard to input double byte characters on chrome #25454
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
TinyMCE4 hard to input double byte characters on chrome #25454
Conversation
Hi @HirokazuNishi. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@magento give me test instance |
Hi @krzksz. Thank you for your request. I'm working on Magento instance for you |
Hi @krzksz, here is your new Magento instance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested the changes you did and in fact the issue that was mentioned in #24637 (comment) no longer persists even with this line commented out. In that case it would be best to remove this call and whole fixRangeSelection
function from this file instead of commenting it out.
Hey @HirokazuNishi, is it possible for you to make the suggested change? Are you still willing to work on this? |
Remove not needed line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it will be too hard to cover this case with automation test and author isn’t responding for a long time so I believe he’ll not cover it.
Approving this PR as is
Hi @ihor-sviziev, thank you for the review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adjusting it @ihor-sviziev!
Hi @krzksz, thank you for the review. |
Hi @HirokazuNishi, thank you for your contribution! |
Description (*)
As @Consumewithadele described on #24637, Magento2.3 with TinyMCE4 has serious issue on Chrome and double byte characters. This fix aims to be able to work the feature as expected on Chrome.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
fixRangeSelection function was added for fixing Page Builder related issue. Even though remove the code, Page Builder works as expected. Is this function still needed?
Contribution checklist (*)