-
Notifications
You must be signed in to change notification settings - Fork 6.8k
MdButton onclick GUI goes wrong, its border become distorted bigger on each click #1105
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
Comments
This error was not present in I think the problem may have to do with the button ripple styling taking ever more space with each click. After a few clicks, the scroll bars appear even though no content is visible. To reproduce:
In |
It looks like Screenshot taken from @RoxKilly 's plunkr: |
Can confirm this happens on all my forms. I was thinking it was an issue with my own custom styling though couldn't find the problem. |
Same issue here |
Disabling the ripple effect on the button gets rid of this for me.
See the |
See #972. Just simply load the |
@ivoviz Thanks for linking that other discussion. That's helpful. |
Closing this into #1139 |
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:
MdButton onclick GUI goes wrong, its border become distorted bigger on each click
What is the expected behavior?
It should not distorted on click event
What is the current behavior?
It border in spreads towards bottom side.
Which versions of Angular, Material, OS, browsers are affected?
Angular version 2.0.0-rc.5
Material version 2.0.0-alpha.7-3
OS Windows
Google chrome
The text was updated successfully, but these errors were encountered: