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

Bug fab-speed-dial + icons with ligatures show dots (1.0.2) #6670

Closed
sarunast opened this issue Jan 13, 2016 · 1 comment
Closed

Bug fab-speed-dial + icons with ligatures show dots (1.0.2) #6670

sarunast opened this issue Jan 13, 2016 · 1 comment
Labels
P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Milestone

Comments

@sarunast
Copy link

I am using latest chrome on mac with material v1.0.2. And I always get dots on Fab on initial load and then if I reveal it and close they are gone.

This is the plunk link to the example. I can reproduce it every time hopefully you will be able to see it without any issues otherwise I can provide screenshot.
http://plnkr.co/edit/jWkr6V0Afi8by7DKu2vD?p=preview

Edit: looks like a temporary hack is ng-cloak however I can still see the animation when it loads.

Related to: #6344

@sarunast sarunast changed the title Bug fab-speed-dial + icons with ligatures show dots Bug fab-speed-dial + icons with ligatures show dots (1.0.1) Jan 13, 2016
@ThomasBurleson ThomasBurleson added the P1: urgent Urgent issues that should be addressed in the next minor or patch release. label Jan 14, 2016
@ThomasBurleson ThomasBurleson modified the milestone: Backlog Jan 14, 2016
@sarunast sarunast changed the title Bug fab-speed-dial + icons with ligatures show dots (1.0.1) Bug fab-speed-dial + icons with ligatures show dots (1.0.2) Jan 15, 2016
@sarunast
Copy link
Author

The issue still remains in version 1.0.2

@topherfangio topherfangio added the in progress Mainly for in progress PRs, but may be used for issues that require multiple PRs label Jan 20, 2016
@topherfangio topherfangio modified the milestones: 1.0.3, Backlog Jan 20, 2016
topherfangio added a commit to profoundry-us/material that referenced this issue Jan 20, 2016
…sed.

When using the `scale` animation, the FAB Speed Dial's action items could
sometimes appear as small dots on the screen even when the component was
closed.

This was due to an old bug where closing a dialog from a hidden action
item was throwing an issue. This has since been fixed so we can revert
this back to the original code that used `scale(0)` instead of
`scale(0.1)` which ensured that the dialog always had a button to animate
to when closing.

Also fix an issue with the `ng-hide` animation in the "More Options" demo.

Fixes angular#6344. Fixes angular#6670.
@ThomasBurleson ThomasBurleson removed the in progress Mainly for in progress PRs, but may be used for issues that require multiple PRs label Apr 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants