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
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.
The text was updated successfully, but these errors were encountered:
71FIL
changed the title
preventDefault interfering
preventDefault interfering with application
Sep 9, 2016
I wonder why
preventDefault()
is being called in event handlers, especially when anextClickSelector
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.The text was updated successfully, but these errors were encountered: