-
Notifications
You must be signed in to change notification settings - Fork 76
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
Zoomed page breaks measuring #7
Comments
Hey myfonj, thanks for reporting. Several people already noted that. Yes, Dimensions is broken when in zoom-mode. I don't quite understand why people would want to measure things while zoomed in, but I'll look into it. |
@myfonj: just wondering, what would be the use case for measuring things when the zoom has been modified? |
tl;dr: modifying page zoom should be legitimate action that should not have I agree that this might be just a border case and it may seem weird, but I I suspect Chrome does not obey system zoom or has some other issue. And I Do you find this argument valid? |
@myfonj: I'm not the dev to say if it's a valid argument to include or take care of this use-case. Anyhow, IMHO when developing you don't really need to measure things with the zoom altered. I mean, it's fine to test and play with the zoom to see if everything work as expected, but if you're off by couple of pixels shouldn't be a big deal. Again, my opinion; I could be wrong... and usually I am. :P |
Okay so I found time to look deeper into this. Unfortunately Chrome only just now starts to implement the API's to detect zoom changes and get the zoom value (see Chrome Developer Docs). They will be available in Chrome version 38 which is not yet out. If I implement it now I have to do a lot of |
@mrflix Any news since ? |
@mrflix well it is 2022 now, maybe this zoom thing can be fixed. |
@martinszeltins do you want to take a shot at coding a fix yourself? |
With non 100% page zoom: indicators are offset and seemingly broken.
Screenshot of measuring on https://github.com/mrflix/dimensions with 110% zoom:
The text was updated successfully, but these errors were encountered: