You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.:
When the indentation animation ends.
When the user starts typing.
When the browser selection changes.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
b
.b
to open the keyboard.Hello
andWorld
.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.:
The text was updated successfully, but these errors were encountered: