The code introduced in EventsListener on checkin c915409
is preventing the event chain from running, and stopping after the first event is runned.
Perhaps the lines below need to be removed (onBrowserEvent(event) method):
if (JsUtils.isDefaultPrevented(event)) {
return;
}