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 goes out of edit box when moving to a new line #824

Open
StukalovSS opened this issue Apr 11, 2022 · 0 comments
Open

Cursor goes out of edit box when moving to a new line #824

StukalovSS opened this issue Apr 11, 2022 · 0 comments

Comments

@StukalovSS
Copy link
Contributor

StukalovSS commented Apr 11, 2022

Jodit Version: 3.16.5

Browser: Chrome, IE11
OS: Windows
Is React App: False

Code

Config:

const editor = Jodit.make("#editor", {
  "iframe": true,
  "allowResizeY": false,
  "height": 300
});

Expected behavior:
When moving the cursor to a new empty line, the input area scrolls to the cursor position.

Actual behavior:
When moving the cursor to a new empty line, the cursor goes beyond the editing area. The edit area does not scroll to the cursor position until the user starts typing.

1.mp4
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