Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Fab dial stops working when placed in the container which has its visibility dynamically changed from hidden to visible. #7287

Closed
velja opened this issue Feb 25, 2016 · 3 comments

Comments

@velja
Copy link

velja commented Feb 25, 2016

Fab dial stops working when placed in the container which has its visibility dynamically changed from hidden to visible.

The example is dirty but shows the problem.

http://codepen.io/anon/pen/jqNwZZ

To eliminate the problem just remove:

ng-hide="demo.hide"
or change js line:

this.hide=true;
to

this.hide=false;
Thanks

@topherfangio
Copy link
Contributor

@velja Is this possibly a duplicate of #6789?

@velja
Copy link
Author

velja commented Feb 25, 2016

Possible. I will check in the morning.

@velja
Copy link
Author

velja commented Feb 25, 2016

Removing ng-cloak from container resolves it but there is another bug that makes fab dial open and then it has to be clicked 2 times. I think I saw that ticket here already.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants