Skip to content
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

Click Coordinates off in Dropdown Control Menu [Chrome bug with multiple monitors] #1787

Closed
LeeGDavis opened this issue Nov 24, 2017 · 9 comments
Labels
bug Chrome ui User interface modifications; related to but not the same as the "ux" label

Comments

@LeeGDavis
Copy link

Windows 10pro x64
Privacy Badger: 2017.11.20.
Chrome: 62.0.3202.94
Firefox: 57.0

I run a 4 monitor setup and depending on the monitor scale, in Chrome, the coordinates on the pointer don't line up with the buttons in the options. For example on 100%, if I hover about 15-20 pixels above the given button I can see that it is selected and the click is registered. However all the way up to 250% (4k), the coordinates are so off that it is not possible to click anything.

It seems scaled to 150% (2560x1600) works fine, however 100%(1680x1050), 125%(1920x1200), 250%(3840x2160) for example the coordinates are off. I don't know if it is relevant, but I also run an nvidia optimus m2200 with intel p630 on chip graphics.

Chrome (My pointer is roughly hovering over the line of text, 'handles each one...', and you can see that 'Disable Privacy Badger...' is highlighted as if it is being hovered:
image

Firefox on the other hand is unusable with scaling issues.
image

I should also note that both of the above snips are taking on a Monitor with 100% scaling and oddly enough both work fine on the monitor scaled to 150% (2560x1600). This issue could also be related to #1744 and #1113

@ghostwords ghostwords added bug Chrome ui User interface modifications; related to but not the same as the "ux" label labels Nov 28, 2017
@ghostwords
Copy link
Member

This might be a duplicate of #1744. I don't think #1113 is related.

@ghostwords
Copy link
Member

Can you reproduce a similar problem with other extensions?

@ghostwords
Copy link
Member

This seems related: andryou/scriptsafe#253 (comment).

@LeeGDavis
Copy link
Author

@ghostwords good call. Not all extensions, however, I see very similar behaviour on others too. Stylish extension being the closest as far as similarities with coordinates and where something is actually "clickable". So Privacy Badger is not alone here...

@ghostwords ghostwords changed the title Click Coordinates off in Dropdown Control Menu Click Coordinates off in Dropdown Control Menu [Chrome bug with multiple monitors] Nov 30, 2017
@jfhorn
Copy link

jfhorn commented Jan 25, 2018

SOLUTION: Per the Chromium forums, disable this flag in the browser/Chrome:
chrome://flags/#enable-use-zoom-for-dsf

This is a browser issue and in theory, the browser could auto-disable this feature if it detected multiple monitors running at different DPIs (or is it resolutions?). This did not break browser functionality for me.

@LeeGDavis
Copy link
Author

@jfhorn Things seem a lot better for me in Chrome 64 and Firefox 58, without making any changes.

@ghostwords
Copy link
Member

This appears to be fixed as of Chrome 64: https://bugs.chromium.org/p/chromium/issues/detail?id=659642#c62.

@jfhorn
Copy link

jfhorn commented Feb 27, 2018

Confirmed as fixed.

I turned-off the disabling chrome://flags/#enable-use-zoom-for-dsf workaround (set it back to enabled or default), and my extensions (Ad Block Plus and Privacy Badger) again function correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Chrome ui User interface modifications; related to but not the same as the "ux" label
Projects
None yet
Development

No branches or pull requests

3 participants