We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue by Worie Thursday Apr 06, 2017 at 11:03 GMT Originally opened as adobe/brackets#13274
RemoteFunctions.js
rotate:90deg
Expected behavior: Elements are highlighted the same way as DevTools does
Actual behavior: Their size differs due to window.getClientBoundingRect (it includes transform and causes the bugs in calculations)
window.getClientBoundingRect
See adobe/brackets#12949 (comment) for more details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue by Worie
Thursday Apr 06, 2017 at 11:03 GMT
Originally opened as adobe/brackets#13274
Steps to Reproduce
RemoteFunctions.js
(it is not applied atm)rotate:90deg
.Expected behavior: Elements are highlighted the same way as DevTools does
Actual behavior: Their size differs due to
window.getClientBoundingRect
(it includes transform and causes the bugs in calculations)See adobe/brackets#12949 (comment) for more details.
The text was updated successfully, but these errors were encountered: