Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preventDefault for events is stopping event chain from running. #377

Open
wkm7 opened this issue Feb 28, 2016 · 0 comments
Open

preventDefault for events is stopping event chain from running. #377

wkm7 opened this issue Feb 28, 2016 · 0 comments

Comments

@wkm7
Copy link

wkm7 commented 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):

    if (JsUtils.isDefaultPrevented(event)) {
      return;
    }
@wkm7 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant