Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Tapping to close core-drawer-panel (iOS) fires onClick up the DOM as well #11

Open
davenotik opened this issue Jul 22, 2014 · 1 comment

Comments

@davenotik
Copy link

Related to: #3

The tap (outside the core-drawer-panel) bubbles up the DOM, and doesn't just close the panel (expected) but also fires an onClick for whatever else was touched (unexpected).

Related? jquery-archive/PEP#92

@ssorallen
Copy link
Contributor

This is expected behavior unless I'm mistaken? A tap/click is still a tap/click and will bubble unless propagation is stopped.

Is there a use case where you didn't expect this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants