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(text-field): Send client position to line ripple for touch events #4084

Merged
merged 3 commits into from
Nov 14, 2018

Conversation

abhiomkar
Copy link
Contributor

Fixes #3643

@mdc-web-bot
Copy link
Collaborator

All 655 screenshot tests passed for commit 0757e68 vs. master! 💯🎉

target: {
getBoundingClientRect: () => {
return {};
const mockTouchStartEvent = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we update the verify call to expect a specific value passed to setLineRippleTransformOrigin in order to better test this fix?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@codecov-io
Copy link

Codecov Report

Merging #4084 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4084      +/-   ##
==========================================
+ Coverage   98.67%   98.67%   +<.01%     
==========================================
  Files         126      126              
  Lines        5601     5603       +2     
  Branches      746      747       +1     
==========================================
+ Hits         5527     5529       +2     
  Misses         74       74
Impacted Files Coverage Δ
packages/mdc-textfield/foundation.js 98.98% <100%> (+0.01%) ⬆️

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 c640d50...48ecc5e. Read the comment docs.

@mdc-web-bot
Copy link
Collaborator

All 663 screenshot tests passed for commit 48ecc5e vs. master! 💯🎉

@abhiomkar abhiomkar merged commit 95c0a98 into master Nov 14, 2018
@abhiomkar abhiomkar deleted the textfield_touchevent_issue3643 branch November 14, 2018 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants