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

Tests: Cursor and browser selection #422

Closed
20 tasks
raineorshine opened this issue Mar 15, 2020 · 0 comments
Closed
20 tasks

Tests: Cursor and browser selection #422

raineorshine opened this issue Mar 15, 2020 · 0 comments
Labels
test Testing and project configuration

Comments

@raineorshine
Copy link
Contributor

raineorshine commented Mar 15, 2020

  • When newThought is activated, the cursor is on the new thought
  • When newThoughtAbove is activated, the cursor is on the new thought
  • When newSubthought is activated, the cursor is on the new thought
  • When newSubthoughtTop is activated, the cursor is on the new thought
  • When subcategorizeOne is activated, the cursor is on the new thought
  • When subcategorizeAll is activated, the cursor is on the new thought
  • When newUncle is activated, the cursor is on the new thought
  • When delete is activated, the cursor should go to the previous thought
  • When delete is activated, the browser selection should go to the end of the previous thought
  • When the user hits backspace at the beginning of a non-empty thought, the cursor should go to the previous thought
  • When the user hits backspace at the beginning of a non-empty thought, the browser selection should go in between the two parts of text that were joined
  • When the first thought in a context is deleted, the cursor should go to the next thought in the context
  • When the first thought in a context is deleted and there are no siblings, the cursor should go to the parent
  • TODO: cursorDown
  • TODO: cursorUp
  • TODO: cursorNext
  • TODO: cursorPrev
  • TODO: indent
  • TODO: dedent
  • TODO: note
@raineorshine raineorshine added the test Testing and project configuration label Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testing and project configuration
Projects
None yet
Development

No branches or pull requests

1 participant