cibernox / ember-basic-dropdown

The basic dropdown you ember app needs

Home Page:http://www.ember-basic-dropdown.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOS touching overlay to close dropdown propagates event

hoIIer opened this issue · comments

Hello,

I have a dropdown with overlay enabled and pointer-events: all set.

When I tap the overlay on IOS device, it seems to propagate and click an element that's beneath it.

When I click in the browser it does not propagate the click to what is underneath.

Is this an issue that can be resolved with ember-basic-dropdown? Does clicking the overlay have any prevent-default/stop-propagation set?

Thanks!

fyi I fixed this locally by using my own overlay and adding evt.stopPropagation(), so I assume the default overlay needs something similar to prevent tap events from propagating on mobile!