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
My <ion-fab-list> does not get the .fab-list-active class as it's supposed to when the FAB is clicked. When I interact with another component, the class suddenly IS added to the FAB and the list is shown. Then when I close the FAB the class is not removed from the FAB until I interact with another component.
I'm using ChangeDetectionStrategy.OnPush in the page with the FAB, but setting it to Default does not fix this.
The list is working in the demos, so I'm not sure why it isn't working for me.
Another small problem I noticed while looking at the demos is that the list buttons do not animate out because the .fab-list-active class is removed, making them invisible before they can animate out.
Short description of the problem:
My
<ion-fab-list>
does not get the.fab-list-active
class as it's supposed to when the FAB is clicked. When I interact with another component, the class suddenly IS added to the FAB and the list is shown. Then when I close the FAB the class is not removed from the FAB until I interact with another component.I'm using
ChangeDetectionStrategy.OnPush
in the page with the FAB, but setting it toDefault
does not fix this.The list is working in the demos, so I'm not sure why it isn't working for me.
Another small problem I noticed while looking at the demos is that the list buttons do not animate out because the
.fab-list-active
class is removed, making them invisible before they can animate out.Which Ionic Version?
2.0.0-rc.0
Plunker that shows an example of your issue
I can't find a RC.0 compatible plunkr.
Run
ionic info
from terminal/cmd prompt:The text was updated successfully, but these errors were encountered: