MediaMath / strand

A collection of modular, reusable Web Components built upon Polymer
http://mediamath.github.io/strand/
BSD 3-Clause "New" or "Revised" License
119 stars 46 forks source link

Resolve a safari/FF issue where a DDL inside a drawer will lose its e… #124

Closed dlasky closed 7 years ago

dlasky commented 7 years ago

…vent listener

it looks like for some reason browsers other than chrome seem to add and remove the dropdown a bunch inside the drawer (6x -- probably for content tag distribution) which seems to break the AutoClosable behavior because detached is called which permanently removes the listener.

@anthonykoerber @sassomedia @shuwen

shuwen commented 7 years ago

lgtm

sassomedia commented 7 years ago

Great, thanks! 👍