-
Notifications
You must be signed in to change notification settings - Fork 121
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
Mobile: setCursor hangs in edit mode #908
Labels
bug
Something isn't working
Comments
raineorshine
added a commit
that referenced
this issue
Jan 14, 2021
anmolarora1
pushed a commit
to anmolarora1/em
that referenced
this issue
Mar 10, 2021
Regression prevention checklist: #946 (comment) |
raineorshine
added a commit
that referenced
this issue
Mar 17, 2021
…Fixes #960. Regression on prevent checklist: **Desktop:** - [x] Set selection on click from null cursor - [x] Set selection on cursorDown from null cursor - [x] Set selection clicking on empty space **Mobile:** - [x] Enter edit mode - [x] Preserve editing: false - [x] Preserve editing: true - [x] cursorBack on hidden element (#1029) - [x] Preserve editing clicking on child edge (#946, this issue) - [x] Preserve editing on switch app (#940) - [x] No uncle loop (#908) - [x] Auto-Capitalization on Enter (#999)
raineorshine
added a commit
that referenced
this issue
Sep 16, 2021
raineorshine
added a commit
that referenced
this issue
Sep 16, 2021
raineorshine
added a commit
that referenced
this issue
Sep 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Browser: Mobile Safari
Steps to Reproduce
a/b
a/b/d
a/c
Current Behavior
The UI locks up as if it's in an infinite loop. Eventually it halts.
Expected Behavior
Cursor should move without hanging.
The text was updated successfully, but these errors were encountered: