Opened 8 years ago

Last modified 8 years ago

#14411 confirmed Bug

Removing content using backspace right after paste not triggering onChange event

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version: 4.4.4
Keywords: IBM Cc: Irina, chrisgui

Description

Steps to reproduce

  1. Open nightly build . http://nightly.ckeditor.com/16-02-17-07-09/full/samples/
  2. Open firebug or Chrome's developer tools' console tab.
  1. Copy, Paste & execute following command in the console:
CKEDITOR.instances.editor.on('change', function(){ console.log('onChange triggered') })
  1. Copy some text (ie. web or text editor) into clipboard using CTRL+C.
  1. Go to editor body, paste copied content using CTRL+V. It will trigger the console to display "onChange triggered".
  1. Now press Backspace to delete some content.

Issue : It won't trigger the onChange event to display "onChange triggered" message in console. But any Backspace after that will display the onChange message in console

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Status: newconfirmed
Version: 4.5.74.4.4

Problem can be reproduced from CKEditor 4.4.4. Before that version, same TC produced two change events being fired for single paste and backspace (perhaps this was related to #11611).

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy