-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Using Contenteditable and type - caret does not move #1108
Comments
jennifer-shehane
added
stage: ready for work
The issue is reproducible and in scope
type: bug
labels
Dec 21, 2017
Closed
This issue should be fixed in an upcoming patch release, alongside other issues from the #1241 |
jennifer-shehane
added
stage: investigating
Someone from Cypress is looking into this
and removed
stage: ready for work
The issue is reproducible and in scope
labels
Jun 29, 2018
jennifer-shehane
added
stage: pending release
and removed
stage: needs review
The PR code is done & tested, needs review
stage: needs investigating
Someone from Cypress needs to look at this
stage: in progress
labels
Jul 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a Feature or Bug?
Bug
Current behavior:
Using the Cypress
type
function on acontenteditable
input doesn't move the caret along with the text. At first I thought this might be specific to React, but actually it does the same thing with a plaincontenteditable
input on any HTML page.Desired behavior:
To move the caret with the text so you can simulate typing and do things like
{enter}
How to reproduce:
contenteditable
html elementtype()
on that elementTest code:
The delay is helpful so you can actually see the caret as it's being typed out.
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered: