as much as I have found out, CKEditor has its own proprietary event-system and the events passed as event-info have nothing to do with native browser events. Also, the native event is not passed along with the event-info-object and is not accessible, you'd have to listen to the native events and not use on('xyz', ...)
Is there any way of retrieving the native event object for the focus event? I'm interested in knowing the source of focus whether tab key or mouse click.
Re: Retrieving the native event from an eventInfo
as much as I have found out, CKEditor has its own proprietary event-system and the events passed as event-info have nothing to do with native browser events. Also, the native event is not passed along with the event-info-object and is not accessible, you'd have to listen to the native events and not use on('xyz', ...)
Re: Retrieving the native event from an eventInfo
Is there any way of
Is there any way of retrieving the native event object for the focus event? I'm interested in knowing the source of focus whether tab key or mouse click.