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
Expected behavior:
When doing a paste and the cursor is outside the view, expecting the editor to scroll to cursor position (or scroll the pasted content into view).
Actual behavior:
The content is pasted but the view stays where it was. Will need to manually located the added content. However, when doing "enter/return" (keyboard action), the editor would scroll to the cursor position where a new line is added. Didn't find any config that seems to be related to this issue.
Besides, even when the cursor is in view when pasting a large amount of content, would be great to automatically scroll to the end of the pasted content, or maybe allow customize option to choose whether to scroll or not.
The text was updated successfully, but these errors were encountered:
Tested in Jodit Playground
Browser: Chrome
OS: Mac
Setting maxHeight to 600 to get a scroll bar.
Expected behavior:
When doing a paste and the cursor is outside the view, expecting the editor to scroll to cursor position (or scroll the pasted content into view).
Actual behavior:
The content is pasted but the view stays where it was. Will need to manually located the added content. However, when doing "enter/return" (keyboard action), the editor would scroll to the cursor position where a new line is added. Didn't find any config that seems to be related to this issue.
Besides, even when the cursor is in view when pasting a large amount of content, would be great to automatically scroll to the end of the pasted content, or maybe allow customize option to choose whether to scroll or not.
The text was updated successfully, but these errors were encountered: