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 is placed beyond the end of a wrapping line when clicking #4152

Open
probablykasper opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@probablykasper
Copy link

Steps for Reproduction

  1. Visit https://quilljs.com/
  2. Click to the right of the second line (you cannot achieve this result by moving there with the arrow keys)

This seems to only occur on lines that wrap to the next line.

Expected behaviour:
The cursor should end up here:
image

Actual behaviour:
The cursor ends up here:
image

So it's basically placed after the newline character (although there is no newline character). Typing places text at the next line, and deleting that text does not put it back to the previous line.

Platforms:
macOS 13.6.4
Chrome 124

Version:
Quill 2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant