|
| Summary: |
Save not responding when pasting an image without having right to upload |
| Issue Type: |
Bug |
| Affects Versions: |
16.10.8 |
| Assignee: |
Unassigned |
| Attachments: |
image-2025-07-09-12-16-11-367.png |
| Components: |
CKEditor |
| Created: |
09/Jul/25 12:16 |
| Priority: |
Major |
| Reporter: |
Simon Urli |
| Description: |
Reproduction steps:
- Edit CKEditor.EditSheet first JavaScript object to set:
- Start editing a page
- Drag & drop an image
- Save the document
Expected result:
- Saving the page should work properly
- Maybe the drag & drop should fail

Obtained result:
- Drag & drop is working properly: the image appears in the editor
- When trying to save the notification "Saving" appears and seems to never finish
- The following error is displayed in the javascript console:
- After leaving the editor to come back to the image it appears that the page is saved and the image is inserted with a base64 code
|
|