Safari/Chrome selection issue inside shadow dom #1449
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have an issue while using Prosemirror on Safari/Chrome inside Shadow Dom using IOS while typing in Japanese (and other similar languages like Chinese, Korean, and Thai).
Steps to reproduce:
OR
Expected result:
the text shouldn't be selected.
Actual result:
comment text is selected on IOS.
Platform : Safari IOS
maybe it's related to the dependencies of prosemirror-state , it uses some old version of prosemirror-view (1.27.0), i think that an version update will solve this.
some discussion regarding wired behavior of selection in safari where discussed before
github.com/ProseMirror/prosemirror-view@64a96e51beprosemirror-view 1.33.4 might help with this. Could you give it a try?
I tested with 1.33.4 and it still occurs.