postmanlabs / postman-chrome-interceptor

Helper extension for the Postman packaged app. Also helps send restricted headers.
Apache License 2.0
215 stars 75 forks source link

Cannot turn on the Postman Interceptor's Request Capture toggle in Chrome. Windows 10. #53

Open ericthompson99 opened 7 years ago

ericthompson99 commented 7 years ago

I have Postman for Chrome ver: 4.10.5 and Interceptor ver: 0.2.20 installed and both extensions are enabled on both a Windows 7 and a Windows 10 computer. Issue is only on Windows 10. I have tried various version of Chrome both 64 and 32 bit. The current version is 57.0.2987.133 64 bit.

Note the I can turn on the interceptor toggle in Postman, it is Chrome where I cannot turn on.

request_capture_toggle

ericthompson99 commented 7 years ago

I have it working. Another reinstall of Chrome and yet another reboot, finally broke it loose. I wish I could be more specific, but there were several iterations and reboots.

Cheers.

ericthompson99 commented 7 years ago

I found the culprit. On Windows 10 I have my primary display's font scaling at 125%, but my secondary display is 100%. So, the screen coordinates are off by 1/2 an inch. Evidently the Postman Interceptor is not dpi aware, but is wrapped inside Chrome which is.

worldspawn commented 7 years ago

I get this too. In all extensions that drop down something not just this one.

ericthompson99 commented 7 years ago

The solution is to make sure your font scaling is the same on all of ur monitors. On Sun, Apr 23, 2017 at 11:17 PM Sam Critchley notifications@github.com wrote:

I get this too. In all extensions that drop down something not just this one.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/postmanlabs/postman-chrome-interceptor/issues/53#issuecomment-296521347, or mute the thread https://github.com/notifications/unsubscribe-auth/AZkAkwxATIGwHumamDrn2HWVwZ2Kyg4gks5rzCJ2gaJpZM4MvDBO .

benjblack commented 7 years ago

wow - thanks!