You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
The text was updated successfully, but these errors were encountered:
wkm7
changed the title
preventDefault for Events is stopping event chain from continuing.
preventDefault for events is stopping event chain from running.
Feb 28, 2016
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):
The text was updated successfully, but these errors were encountered: