Events are logged in 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 console. Clicking on a button dispatches the click event (the Dispatched click event message should be logged), but Received click event shouldn't be present in console.
One note for focus nad blur events: they will be logged in console, but only when container lost focus or gets it back, respectively.
Regular container.Expected results: Events should be logged in console. It shouldn't be possible to focus the text field and type anything there. Clicking on a button dispatches the click event (the Dispatched click event message should be logged) and doubled Received click event should be present in console: one from "real" user mouse click and second one from script-generated click event.