ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.78k stars 2.46k forks source link

Image pasted as HTML is not integrated with clipboard_handleImages properly #5447

Open dufipl opened 1 year ago

dufipl commented 1 year ago

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Open: http://localhost:1030/tests/plugins/clipboard/manual/pastenotificationdisablehandleimages
  2. Open the PNG image link in the new tab.
  3. Copy the image from the new page using right-click -> copy image.
  4. Paste the image to the editor.

Expected result

The image is not inserted into the editor and the notification: The image/png file format(s) are not supported. is displayed.

Actual result

The image is inserted even though the message is shown:

image

Other details