mousemke / flounder

Style-able dropdown replacement for native dropdowns
MIT License
9 stars 10 forks source link

[Safari 9] Broken :( #195

Closed conor-cafferkey-sociomantic closed 6 years ago

conor-cafferkey-sociomantic commented 6 years ago

Currently

Flounder is broken in Safari 9. Seems to be introduced by https://github.com/sociomantic-tsunami/flounder/issues/161.

Problem

Safari 9 does not support iterating over a NodeList.

Wanted

Replace any for...of loops iterating on NodeLists with plain for loops.