You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you select the editor by tapping text, the caret sometimes doesn't appear on iOS. However, the keyboard is still available and text can be updated. I thought this might be an issue with contenteditable in general on iOS, but other contenteditable editors, like DraftJS and ProseMirror, do not have this issue.
The expected behavior is that the cursor is visible.
The text was updated successfully, but these errors were encountered:
It appears to be a bug in iOS safari, e.g. it does not update the value of the caret even if you update the style. Good news it's only an issue in the demo, so we can perhaps add a workaround for it. I've also logged a bug with Apple via their feedback assistant: https://feedbackassistant.apple.com/feedback/7659507
Platform: iOS12 Safari
If you select the editor by tapping text, the caret sometimes doesn't appear on iOS. However, the keyboard is still available and text can be updated. I thought this might be an issue with
contenteditable
in general on iOS, but other contenteditable editors, like DraftJS and ProseMirror, do not have this issue.The expected behavior is that the cursor is visible.
The text was updated successfully, but these errors were encountered: