-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Check for >=6 as chrome rounds down value when page is zoomed #2005
Conversation
lgtm |
@anthonycosgrave wanna help give this a test? |
@ryanseddon Thanks again for your help with this! I can confirm this fix works and there are no issues at any other zoom levels (50% to 200%) 👍 I've tested with: |
@patrickkettner seems the appveyor build just timed out happy can you kick it of again just to make sure. |
Any update? near future release for this issue? thanks !!! |
@patrickkettner can we cut a release |
yep. got a single change for webrtc datachannel (its throwing a hard error
in the version of edge that is about to be released.) will cut tonight after
…On Tue, Mar 14, 2017 at 9:00 PM, Ryan Seddon ***@***.***> wrote:
@patrickkettner <https://github.com/patrickkettner> can we cut a release
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2005 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAcaBqJR2GSgXHw6uFGqpBeh49CItyknks5rl2JsgaJpZM4IrO3g>
.
--
patrick
|
@patrickkettner can you please document the process too so I can avoid pinging you everytime |
with pleasure |
3.4.0 has been released, steps here |
Fixes #1935.
When zoomed >125% in chrome the injected div returns a rounded down height of 6.
Need help to make this is still returning correct results for other browsers.