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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
The Polymer Base APIfire() method makes reference to an event being cancelable. It appears that it has been killed off a few times (123), but I believed the docs and tried to use it... As mentioned elsewhere, it doesn't work. I'm happy to provide a test case if it needs further confirmation.
The text was updated successfully, but these errors were encountered:
The bugs that you point to discuss cancelBubble, a long-gone Polymer event property, which as far as I can tell is not related to cancelable, which is a standard even property and determines whether you can preventDefault.
The Polymer Base API
fire()
method makes reference to an event beingcancelable
. It appears that it has been killed off a few times (1 2 3), but I believed the docs and tried to use it... As mentioned elsewhere, it doesn't work. I'm happy to provide a test case if it needs further confirmation.The text was updated successfully, but these errors were encountered: