telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
466 stars 215 forks source link

[Editor] Paste event fired twice when iframe is set to false #4230

Open georgi-sla opened 6 months ago

georgi-sla commented 6 months ago

Describe the bug Currently, when the developer sets the iframe property of the Editor to false, the paste event of the component is being fired twice.

To Reproduce

  1. Create an Editor component.
  2. Set the iframe property to false.
  3. Handle the paste event.

Please, check out the following StackBlitz demos: https://stackblitz.com/edit/angular-9qvkpb https://stackblitz.com/edit/angular-4nwxdj

Expected behavior When the iframe property of the Editor component is set to false, the paste event should be triggered only once.

Screenshots

image