Skip to content
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

fix(ripple): Remove getBoundingClientRect override from unbounded ripples #2216

Merged
merged 4 commits into from
Feb 8, 2018

Conversation

moog16
Copy link
Contributor

@moog16 moog16 commented Feb 8, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented Feb 8, 2018

Codecov Report

Merging #2216 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2216      +/-   ##
==========================================
- Coverage   99.14%   99.13%   -0.01%     
==========================================
  Files          90       90              
  Lines        3842     3830      -12     
  Branches      496      496              
==========================================
- Hits         3809     3797      -12     
  Misses         33       33
Impacted Files Coverage Δ
packages/mdc-checkbox/index.js 100% <ø> (ø) ⬆️
packages/mdc-icon-toggle/index.js 100% <ø> (ø) ⬆️
packages/mdc-radio/index.js 97.43% <ø> (-0.24%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c476e2...9a6c52f. Read the comment docs.

Copy link
Contributor

@kfranqueiro kfranqueiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh. I don't notice any difference before/after these changes so LGTM. This might've been another kludge necessary earlier when unbounded ripples had issues.

Nit though: I'd reword the commit subject to fix: Remove getBoundingClientRect override from unbounded ripples

(fix(ripple) makes it sound like this affects the ripple package itself, but it doesn't)

@moog16 moog16 changed the title fix(ripple): use default getBoundingClientRect fix(ripple): Remove getBoundingClientRect override from unbounded ripples Feb 8, 2018
@moog16 moog16 merged commit 229e590 into master Feb 8, 2018
@moog16 moog16 deleted the fix/ripple/use-default-getBoundingClientRect branch February 8, 2018 19:02
Havret added a commit to Havret/material-components-react that referenced this pull request Feb 25, 2018
Havret added a commit to Havret/material-components-react that referenced this pull request Feb 25, 2018
* Fix unbounded ripple sizes

material-components/material-components-web#2092

* Remove computeBoundingRect override for Checkbox ripple

material-components/material-components-web#2216

* Update docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants