Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants