We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On android when you type into a mediumeditor managed input, the first letter is duplicated
Expected behavior: Two letters in medium editor ('ab') Actual behavior: The first letter is duplicated ('aab')
Link to an example: (https://jsfiddle.net/p95ysr2z/)
Cannot reproduce on desktop, no matter if device emulation is turned on. Also works fine on device with physical keyboard attached.
The text was updated successfully, but these errors were encountered:
Above jsfiddle can reproduce on desktop chrome (mac at least) with IME enabled (e.g. Chinese input method). And also reproducable in Safari (mac).
Sorry, something went wrong.
Yeah, I get the same issue, it seems to be caused by the double charset. Simply removing utf-8 charset from the style link works. https://jsfiddle.net/p95ysr2z/#&togetherjs=mIyVol5A8w
No branches or pull requests
Duplicated character
On android when you type into a mediumeditor managed input, the first letter is duplicated
Steps to reproduce
Expected behavior: Two letters in medium editor ('ab')
Actual behavior: The first letter is duplicated ('aab')
Link to an example: (https://jsfiddle.net/p95ysr2z/)
Versions
Cannot reproduce on desktop, no matter if device emulation is turned on. Also works fine on device with physical keyboard attached.
The text was updated successfully, but these errors were encountered: