-
Notifications
You must be signed in to change notification settings - Fork 41
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
zoom property for css #41
Comments
Created a test case with an attempt at seeing what can be done to try to compensate for the zoom. |
Depressing usage statistics: |
We have a non-public (private, not on the web) web application that relies on zoom with a value that is not 1. |
@mleduque could you create a reduced test case of what you are doing with zoom on codepen or similar. So we can have a better understanding why other solutions are not possible? Thanks. |
Very quickly done: https://jsfiddle.net/zu3m8z94/14/ To see the problem, click on the top white zone (gives focus), type some text, see the cursor/caret is desynchronized with actual text insertion, horizontally and vertically (you must insert new lines to see vertical desynch). There is some discussion here, |
FYI the W3C CSS checker (validator) now categorizes the |
Thanks for the heads up @sideshowbarker |
The number of dependencies is growing but very slowly on https://bugzilla.mozilla.org/show_bug.cgi?id=390936 |
Zoom is implemented in IE, Edge, Blink and WebKit
This is not implemented in Firefox.
https://bugzilla.mozilla.org/show_bug.cgi?id=390936
There is an intent to kill it from the CSS WG but they are looking for more details about it.
See discussions about Zoom use cases:
The current Webcompat issues for Firefox.
Tokyo Metro
https://webcompat.com/issues/1118
CircleSunkus
https://webcompat.com/issues/952
and
leftoversalad.tumblr.com
https://webcompat.com/issues/1551
The text was updated successfully, but these errors were encountered: