﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9043	undefined value afterCommandExec event	the_fire_warrior	Jakub Ś	"I want to do something after I click the new page button.
To handle the event I do :
{{{
#!js
this.on('afterCommandExec', handleAfterCommandExec);
}}}
{{{
#!js
function handleAfterCommandExec(event) {
    var commandName = event.data.name;
    ...
}
}}}
When I click on a button, commandName has a value (undo, redo, about, ...) but with the new page button, commandName is undefined."	Bug	closed	Normal	CKEditor 3.6.4	General	3.0	fixed		
