Skip to content

fix(BaseViewManager): fixes simple translate transforms #1227

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

Merged
merged 1 commit into from
Jul 25, 2017

Conversation

rozele
Copy link
Contributor

@rozele rozele commented Jul 24, 2017

A recent change to BaseViewManager seems to have broken simple translate transforms. It looks like a UWP bug where subsequent matrices set to an existing MatrixTransform are ignored. This change works around that issue.

Fixes #1225

@msftclas
Copy link

@rozele,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

A recent change to BaseViewManager seems to have broken simple translate transforms. It looks like a UWP bug where subsequent matrices set to an existing MatrixTransform are ignored. This change works around that issue.

Fixes microsoft#1225
@codecov-io
Copy link

Codecov Report

Merging #1227 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1227   +/-   ##
======================================
  Coverage      32%     32%           
======================================
  Files         257     257           
  Lines       18453   18453           
  Branches     1553    1553           
======================================
  Hits         5905    5905           
  Misses      12405   12405           
  Partials      143     143

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 d0df3a2...2dd961c. Read the comment docs.

@rozele rozele merged commit 8f08ac8 into microsoft:master Jul 25, 2017
@rozele rozele deleted the issue1225 branch July 25, 2017 00:52
rozele added a commit that referenced this pull request Jul 25, 2017
A recent change to BaseViewManager seems to have broken simple translate transforms. It looks like a UWP bug where subsequent matrices set to an existing MatrixTransform are ignored. This change works around that issue.

Fixes #1225
rozele added a commit that referenced this pull request Jul 25, 2017
A recent change to BaseViewManager seems to have broken simple translate transforms. It looks like a UWP bug where subsequent matrices set to an existing MatrixTransform are ignored. This change works around that issue.

Fixes #1225
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