-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Unable to add emojis with iPadOS Safari #11541
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is neither stale nor fixed, I have the same issue on the latest 5.6.0 |
Is there anyway one can reopen this or do I have to create the same issue again ? |
@s00500 I'm happy to reopen if you intend to work on it? 🙂 |
Hm I can take a look.... but if anybody has pointers it would be useful... It seems to work just fine if I create the emoji in the ios notes app and then paste it over... could it be that ghosts editor truncates the second half of the unicode char when inserting? It is definitely a problem in the editor, display and storage work fine... and it really only happens on ios browsers |
I've reopened the issue - but short of letting you know that the admin client lives in Ghost doesn't officially support mobile editing at present - there's another thread where I explained this recently here. Very very happy for people to get involved and help make the experience better though. |
Thanks for reopening @ErisDS https://bustle.github.io/mobiledoc-kit/demo/ I might take a look into this next week.... Generally I can confirm that the ios editing experience is pretty good, there are some glitches here and there but nothing that lead to an unrecoverable situation For now the workaround with pasting emojis from the notes app also seems to be a viable option in the shirt term |
Emoji char codes are bigger than String.fromCharCode() supports. String.fromCodePoint() has a larger range. Fixes TryGhost/Ghost#11541.
* Fix emoji inputs. Emoji char codes are bigger than String.fromCharCode() supports. String.fromCodePoint() has a larger range. Fixes TryGhost/Ghost#11541. * Add a unit test. Co-authored-by: Garth Poitras <411908+gpoitch@users.noreply.github.com>
A fix has been added to mobiledoc-kit v0.14.1. This should be fixed whenever that gets pulled into Ghost. |
Oh cool cc @daniellockyer our fork of mobiledoc-kit needs to pull in this patch: bustle/mobiledoc-kit@305b1a2 |
fixes #11541 - due to an upstream bug, typing emojis using Safari would show square boxes in the editor - the upstream patch has been fixed, so I've pulled it into our mobiledoc-kit fork - this commit bumps that package to fix the issue in Ghost
Hey all 👋🏻 I've backported the patch into our mobiledoc-kit fork and bumped it in Ghost. The fix will be available with the next Ghost release 🙂 |
Ghost version 3.3.0. When using editor with Safari of iPadOS 13.3 typing emojis results just mangled characters. On macOS Safari emojis work just fine.
The text was updated successfully, but these errors were encountered: