Events are logged in browser's console.
Ignored container with data-cke-ignore-events="true".Expected results: Only then, when the mouse cursor is over the left container, new logs will stop appearing in the console. Clicking inside it, typing in text field and moving mouse cursor inside the container boundaries should not be logged in the console. The click event after clicking the button also should not be logged in the console. The imageLoaded event from element from ignored container also should not be logged in the console.
One note for focus nad blur events: they will be logged in the console, but only when container lost focus or gets it back, respectively.
Regular container.Expected results: Events should be logged in the console. It shouldn't be possible to focus the text field and type anything there. The click event after clicking the button should be logged in the console (with mousedown and mouseup events). The imageLoaded event also should be logged in the console - its target element should point to the element from regular container.