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

Render faux caret during indentation animation #2709

Open
raineorshine opened this issue Dec 18, 2024 · 0 comments
Open

Render faux caret during indentation animation #2709

raineorshine opened this issue Dec 18, 2024 · 0 comments
Labels
feature New feature or request hold Pause development

Comments

@raineorshine
Copy link
Contributor

Steps to Reproduce

- a
  - b
    - Hello World
      - c
  1. Set the cursor on b.
  2. Tap b to open the keyboard.
  3. Tap in between Hello and World.

Current Behavior

The native browser caret is invisible during the animation as expected. This solves #4, but is particularly disorienting when tapping somewhere in the middle of a thought to place the caret. The user does not get the immediate visual feedback of whether they placed the caret at the desired offset or not.

Expected Behavior

Render a faux caret where the native browser caret should be while it is invisible.

Hide the faux caret as soon as the native caret is visible again, or if the user begins interacting with the thought, i.e.:

  1. When the indentation animation ends.
  2. When the user starts typing.
  3. When the browser selection changes.
@raineorshine raineorshine added the feature New feature or request label Dec 18, 2024
@raineorshine raineorshine added the hold Pause development label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request hold Pause development
Projects
None yet
Development

No branches or pull requests

1 participant