-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Does not support multiple monitors #26
Comments
Hey! It really strange, It work on my multiple monitors.. What is your OS? You don't have any errors? |
Same here on macOS. I get white when y position is negative. It's probably related to this issue: |
Oh okey, I suppose it's because I don't have negative position with my second screen on macOS, I will test that when I can I follow the fix for robotjs! Thanks @RomanRandom! |
You're welcome @Toinane |
@Toinane I am running macOS 10.12.6 (Sierra). I think what @RomanRandom is saying regarding my displays being in a negative position may be a plausible explanation. However, I am unsure how I could verify this. If you could point me to the file or line of code that I could throw a breakpoint on via the developer tools and poke around to reveal the cursor position to verify that I would be more than happy to! |
In my particular configuration I have two monitors side by side, with my primary monitor being the right monitor and my secondary monitor on the left. However, when getting cursor position (using I have tested it using |
Okey thanks for your precisions! I will test it on my mac tomorrow and try to resolve this problem asap! |
Thank you @RomanRandom! @Toinane I was able to pull down |
Okey I was able to reproduce the bug on my mac, I don't see the bug on Windows. |
Fix for robotjs here: Toinane/robotjs@e3ac54a |
Okey it's now good! You can download the fixe here: https://github.com/Toinane/colorpicker/releases/tag/2.0.1 :) I will add an auto-updater in future, It will be much easier. Thank you @bpatram & @RomanRandom for your help! |
Confirming that the latest version (2.0.1) resolves the issue! Thank you everyone! :) |
Yes, working nicely! Thank you! |
Thank you! It's working on my environment. |
When using the color picker eyedropper, if you move your cursor to a monitor different than the primary monitor the color picker always shows white (#FFFFFF) and not the actual color under the cursor.
I am using version 2.0.0
The text was updated successfully, but these errors were encountered: