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 interfering with application #180

Open
71FIL opened this issue Sep 9, 2016 · 0 comments
Open

preventDefault interfering with application #180

71FIL opened this issue Sep 9, 2016 · 0 comments

Comments

@71FIL
Copy link
Contributor

71FIL commented Sep 9, 2016

I wonder why preventDefault() is being called in event handlers, especially when a nextClickSelector is defined. Preventing the default will interfere with applications.

If, for example, the nextClickSelector is a link, preventing the default will not follow the link thus the application will not work as it would if a trip was not underway.

The same question goes for preventDefault() on the trip block navigation buttons although those are specific to Trip and are unlikely to have an impact outside of trip.

@71FIL 71FIL changed the title preventDefault interfering preventDefault interfering with application Sep 9, 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