PolymerElements / iron-selector

Manages a list of elements that can be selected
32 stars 55 forks source link

Add failing tests: `selected` property should be unset when removing the selected item from the DOM #66

Closed zinkkrysty closed 8 years ago

zinkkrysty commented 8 years ago

Failing tests for cases described in #65

zinkkrysty commented 8 years ago

Oops I forgot Polymer.Base.async for these ones. Hmm, I am quite puzzled, the tests are passing if I add that. Not what I observed when using paper-menu. I'll continue looking for the bug...

bicknellr commented 8 years ago

Hey, I'm going to close this since it's been here for a while and I think the recent change to use Polymer.dom(...).observeNodes (wrapper around MutationObserver) should handle it. If you'd like, please rebase and ping me here and I'll reopen. Thanks!