You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slow animations down in animations console (because we are not robots).
Remove "fullscreen" attribute from demo app sidenav.
Move button (or other ripple container) to the bottom of the page, so that you have to scroll to get to it.
Click the button.
You can see that the ripple originates from the bottom and not the center of the click event. It also takes a bit longer to appear.
Edit: it looks like the height of the ripple foreground wasn't taking into account the scrollTop of the page. So the height would be off by as far as the user had scrolled, making the ripple huge and centered far below (which is why we were only seeing the top later). Should be fixable by subtracting the scroll offset from the pageX and pageY.
The text was updated successfully, but these errors were encountered:
jelbourn
added
the
P2
The issue is important to a large percentage of users, with a workaround
label
Nov 11, 2016
To repro:
You can see that the ripple originates from the bottom and not the center of the click event. It also takes a bit longer to appear.
Edit: it looks like the height of the ripple foreground wasn't taking into account the scrollTop of the page. So the height would be off by as far as the user had scrolled, making the ripple huge and centered far below (which is why we were only seeing the top later). Should be fixable by subtracting the scroll offset from the pageX and pageY.
The text was updated successfully, but these errors were encountered: