Skip to content
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

Closed
raineorshine opened this issue Nov 14, 2020 · 1 comment
Closed

Mobile: setCursor hangs in edit mode #908

raineorshine opened this issue Nov 14, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@raineorshine
Copy link
Contributor

raineorshine commented Nov 14, 2020

Browser: Mobile Safari

Steps to Reproduce

  • a
    • b
    • c
  1. Set the cursor on a/b
  2. Create a new sub thought a/b/d
  3. Without closing the keyboard, tap on 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.

@raineorshine
Copy link
Contributor Author

raineorshine commented Mar 17, 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants