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 ordering of transforms on a reference frame. #3154

Merged
merged 1 commit into from Oct 2, 2018

Commits on Oct 2, 2018

  1. Fix ordering of transforms on a reference frame.

    The updated comment explains why the new ordering is correct. Previously
    the scroll offset transform was being applied after the local reference
    frame transform, instead of before. A more detailed explanation of why
    the old code was incorrect and the new code is correct can be found at
    https://bugzilla.mozilla.org/show_bug.cgi?id=1415272#c23
    staktrace committed Oct 2, 2018
You can’t perform that action at this time.