-
Notifications
You must be signed in to change notification settings - Fork 1
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
client cant "save" text #87
Comments
Hi, |
Had a different experience of this. For us, emptying the browser cache did solve the problem. However, this issue is affecting several -- but not all -- clients and has a significant negative impact when text entered is not saved. We've tested in Chrome, IE, Edge with the same issue experienced. When we inspected the EDM frame in IE11, it highlighted javascript errors occurring in CKEditor.js. SCRIPT445: Object doesn't support this action Any further ideas on this? |
Hi, It's when leaving the text area. And indeed, clearing the cache does solve the problem. We cant reproduce the problem ourselves, so a screencast is not available. (although I did ask the client, which hasn't responded). So, it's not a mega urgent matter, but it's annoying quite a few clients so far |
This is also happening with me. When I double click on a text element and click away, the text disappears/does not update. Attached is an error on the console log from CKEditor. "Uncaught TypeError: CKEDITOR.style.customHandlers[a.type] is not a constructor" Please fix this as soon as possible as our clients have been having this issue frequently. |
Hi, @MarkEsteiro: does it still happen in some cases regardless of clearing the cache, that text edits are not saved? On development platforms I read that this the error you shared is non on IE browsers, and I think it is not related to texts not being saved, but if your experiences are different, I can take a closer look. |
Hi @smiska, To reproduce the error:
As seen in the console log error, it's something to do with one of your dependencies (CKEditor - WYSIWYG HTML Editor). I've also updated the editor to the latest version. Below are the machine and browser I'm using to replicate this issue: |
We had the exact same issue and clearing cache manually helped (https://support.google.com/accounts/answer/32050?co=GENIE.Platform%3DDesktop&hl=en). |
Thanks @agnieszkakowalska for the useful link. Another thing that can solve the issue is to set up a manual save button (which was mentioned earlier), in case it's not implemented yet. You can configure a button to send an event through the postMessage API to the editor. The event should be the "saveProject" according to the EDMdesigner's docs. It triggers on our side the CKEditor edit to be closed, so that after a timeout the project gets saved. In the implementation it is best to wait for the response from the "saveProject" event - after it arrived the project is already saved. |
Hi,
A client of ours cant seem te save the text that was written. as soon as she leaves the box,the text is gone. Had her empty the cache and problem persists. I can reproduce the problem and on another pc she doesnt have this issue. any thoughts of what it could be?
The text was updated successfully, but these errors were encountered: