Opened 12 years ago

Last modified 11 years ago

#10926 closed Bug

CKEditor 4.2 'change' event not fired on Android (Chrome or Native) — at Initial Version

Reported by: Chris Ingham Owned by:
Priority: Normal Milestone: CKEditor 4.4.4
Component: Core : Editable Version: 4.2.1
Keywords: Android Cc: chris.ingham@…

Description

Updated our project to use the version 4.2 'change' event (ticket 9794), and all seemed fine until we discovered the event is not fired on Android Chrome or the native Android Webkit browser.

Can reproduce on either the demo#inline or nightly inlineall.html versions via the developer tools console:

CKEDITOR.instances.editor1.on('focus', function(){console.log("Focused!");}); CKEDITOR.instances.editor1.on('change', function(){console.log("Changed!");});

This works great on Firefox, Chrome on desktop (Windows 8), but I only see the "Focused!" output on Android (connected to a Nexus 7 using ADB, also seen on a Galaxy Tab 10.1 and a 1st-gen Asus Transformer)

Change History (0)

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