StopPropagation currently operates in a limited number of circumstances. To stop propagation between two handlers, the handlers must be specified on different templates, and there must be an intermediate DOM node container between the internal and external templates. The fix is ββin development right now and will be included in an upcoming release.
Can you post the gist of your code so that I can make sure your specific case will be added?
As a workaround, you can try e.stopImmediatePropagation (), which is provided by jQuery and should contain any other handlers.
source share