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

The testing css breaks getClientBoundingRect with non standards compliant css #48

Closed
krisselden opened this issue Feb 12, 2015 · 2 comments
Assignees
Labels

Comments

@krisselden
Copy link
Contributor

The css zoom: 50% is non standards compliant and breaks code that uses getClientBoundingRect. If we want to scale the testing container, we should use css transforms transform: scale(0.5 0.5) which is correctly accounted for in getClientBoundingRect.

@trentmwillis
Copy link
Member

Fixed via #123 and released in 2.1.0

@rwjblue
Copy link
Member

rwjblue commented Oct 23, 2017

Oops, looks like that last comment was off. This was fixed by #120 (not #123).

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

No branches or pull requests

3 participants