You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@princemaple I'm unable to reproduce the issue in your example. Since the Plunkr is pointing to the latest Material build, it means that the issue could be fixed in master. Can you verify?
Uh oh!
There was an error while loading. Please reload this page.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Reordering of the panels does not affect the expansion status of the panels
What is the current behavior?
It does cause some wrong behavior
What are the steps to reproduce?
http://plnkr.co/edit/F6AunHYXOfxGKID5oYV3?p=preview
expand item 1, which is at the top and has active: false

toggle active, so it becomes active: true and falls down the list

expand item 2, which is now at the top, it will become the expanded one in the accordion, but it won't really show the expanded content

What is the use-case or motivation for changing an existing behavior?
When I want to sort items by some status of them, I expect to be able to do so without running into bugs :)
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
NG 4.3.2, MD2 beta8
If I close the panel and reopen it, everything will be fine againNot really, item 3 is also affected, somehow.
Am I not supposed to reorder accordion items, though?
The text was updated successfully, but these errors were encountered: