﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10926	[Android][Chrome]CKEditor 4.2 'change' event not fired on Android (Chrome or Native)	Chris Ingham		"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)

**Part of: #11739.**"	Bug	confirmed	Normal		Core : Editable	4.2.1		Android	chris.ingham@…
