-
Notifications
You must be signed in to change notification settings - Fork 227
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
chips ripple doesn't extend to the end of the text #301
Comments
Can I ask you more detail about this issue? |
@TroyTae - this bug is specifically regarding FilterChips without a leading icon. The ripple isn't calculated correctly since there is no leading icon, and when the filter chip animates in, it still thinks its the shorter length. |
Is there some bug replay code? |
I actually don't think you have the ripple on there. Although I the video might be missing some frames. Can you confirm this? |
https://material-components.github.io/material-components-web-catalog/#/component/chips |
Actually it looks like the chips catalog page isn't working. I think this is an existing bug. Regarding the filter input chips it looks like the ripple isn't completely working in the React screenshot tests. So this is still most likely a bug. EDIT: I rechecked the web catalog, and it seems that chips only works if you navigate from the home page. The ripple there is working just fine. So if it still is an issue it is only happening in React land. We'll have to fix the issue shown in this screenshot to see if this is still a react issue. |
Ah you're correct - I thought that was working yesterday when I checked. That specific issue must be a MDC Web issue then. We cannot confirm if the chips ripple extends to the end of the text bug is fixed without fixing this bug first. I confirmed this with this codepen. |
@TroyTae looks like there is already an MDC Web issue for it: material-components/material-components-web#2812 |
Cool! Looks like its in v1.1.1. Let's update chips to v1.1.1 in the feat/mdcweb-typescript-update branch. |
Closing for #804 |
Steps to repro:
result: notice when the checkmark animates in, the ripple doesn't extend to the end of the chip
The text was updated successfully, but these errors were encountered: