-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md-fab creates and leaves md-ripple-fade-in inner div on click event #1096
Comments
I'm experiencing the same issue with |
I have been seeing this attitude in my codes |
When one replaces |
This is exactly what happens to me right now. |
@Ifegwu This is not a good solution because if you change |
Add temporary for button [disableRipple]="true" and it will resolve issue. After the fix, you can remove this. |
@nikolasp, this |
@tinayuangao can you check that this is an issue? I suspect that this is obsolete as of alpha.9 |
Adding a theme fixed it for me on alpha.9 |
This is obsolete on current master. |
update: It works for me when I specifically import the md-core() and all-theme. Still trying to get my head around this... |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
To not duplicate and leave the inner div
What is the current behavior?
Duplicates the md-ripple-fade-in inner div
What are the steps to reproduce?
Markup:
Run app, open button in chrome dev tools inspector, you should see something like this:
Click 4 times on button and you will see something like this:
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
No
The text was updated successfully, but these errors were encountered: