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

Cursor does not move when entering newlines to start of empty document. #43

Closed
byronm opened this issue Jul 19, 2013 · 0 comments
Closed

Comments

@byronm
Copy link
Contributor

byronm commented Jul 19, 2013

  1. Hit enter three times.

Expected: Cursor moves down one line after every enter, ending on the third line.
Actual: Cursor stays in place.

If you click into the editor after the typing, the cursor will jump to the correct position. Also, editor.getDelta() does yield the correct delta. Unfortunately this makes it pretty tough to automate this in webdriver.

jhchen added a commit that referenced this issue Jul 23, 2013
@jhchen jhchen closed this as completed in c374503 Jul 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant