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 moves on autosave #17

Closed
jakuta-tech opened this issue Dec 28, 2023 · 2 comments
Closed

Cursor moves on autosave #17

jakuta-tech opened this issue Dec 28, 2023 · 2 comments
Assignees

Comments

@jakuta-tech
Copy link

jakuta-tech commented Dec 28, 2023

Hey thanks for the report generator. I built the latest image and when you type in any of the text boxes, the autosave seems to kick in and the cursor automatically jumps to the beginning of the line whilst typing. Tried on multiple builds, Chrome, Firefox and all the same behavior.
image

I had a further look and it appears it might be related to SunEditor

JiHong88/suneditor#1307

JiHong88/suneditor#1348

@summitt summitt self-assigned this Dec 28, 2023
@summitt
Copy link
Contributor

summitt commented Dec 30, 2023

Thanks for reporting. I've been able to recreate ths issue. Will work on a fix and let you know when its done

@summitt
Copy link
Contributor

summitt commented Dec 30, 2023

Hey @jakuta-tech , This issue should be mitigated. I created a new release (1.1.18). You should be able to pull down the latest war file and run it. Make sure to clear the browser cache so your no running the old javascript.

If you are still seeing the same issue and you are building off of main using maven then it should pull down the lastest javascript but you may need to rebuild the scripts with npm. You can do this as follows.

cd WebContent
npm install
npm run build

I'm using npm version 6.14.4 and node v14.0.0

@summitt summitt closed this as completed Jan 3, 2024
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

2 participants