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
Set network throttling to 3G in the developers console. A real scenario would be user having a slow internet connection.
Add some content (few lines) in the editor.
Add/insert image (e.g. via upload).
While the image is still uploading:
Select line before image + image + line after image.
Cut.
Paste
Screen.Recording.2024-12-11.at.14.57.17.mov
✔️ Expected result
Image is pasted correctly and upload continues.
❌ Actual result
Pasted image is broken.
On 40.0.0 (up to 43...) nothing is really pasted and error thrown:
ckeditorerror.js:90 Uncaught (in promise) CKEditorError: Cannot read properties of undefined (reading 'isFulfilled')
Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-Cannot read properties of undefined (reading 'isFulfilled')
at pp.abort (filerepository.js:334:39)
at Vh.<anonymous> (imageuploadediting.js:154:40)
at Vh.fire (emittermixin.js:146:47)
at Vh._handleChangeBlock (document.js:266:22)
at rd._runPendingChanges (model.js:807:31)
at rd.enqueueChange (model.js:198:22)
at imageuploadediting.js:278:19
And on the latest one (44.0.0) it works as shown in the video above, no errors, empty image pasted.
❓ Possible solution
...
📃 Other details
Browser: Reproduced on Chrome and Safari@iOS
OS: macOS, iOS
First affected CKEditor version: 40.0.0 or earlier
Installed CKEditor plugins: Image upload related plugins
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered:
📝 Provide detailed reproduction steps (if any)
A specific case of #16967.
Screen.Recording.2024-12-11.at.14.57.17.mov
✔️ Expected result
Image is pasted correctly and upload continues.
❌ Actual result
Pasted image is broken.
On
40.0.0
(up to43...
) nothing is really pasted and error thrown:And on the
latest
one (44.0.0
) it works as shown in the video above, no errors, empty image pasted.❓ Possible solution
...
📃 Other details
40.0.0
or earlierIf you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: