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

Color picker broken in High Sierra #24

Open
eboltz opened this issue Feb 20, 2018 · 8 comments
Open

Color picker broken in High Sierra #24

eboltz opened this issue Feb 20, 2018 · 8 comments

Comments

@eboltz
Copy link

eboltz commented Feb 20, 2018

While it is possible to pick a color BEFORE creating an object like a line, curve or text, it is no longer possible to change an object's color or to pick a color other than black for the canvas. Any attempts to change colors of objects or the canvas immediately revert to black.

GraphSketcher fills a needed space for presentation graphs so I'm hopeful this can be easily corrected.

@NevinBR
Copy link

NevinBR commented Apr 19, 2018

I also observe this issue.

@wtaysom
Copy link

wtaysom commented Nov 27, 2018

Found a workaround by using color picker swatches. It's not entirely reliable: certain colors refuse to be picked. (Must be a function of their internal representation, colorspace, or something.)

@muunver
Copy link

muunver commented Oct 27, 2019

Same problem here :(

@baileyp1
Copy link

Hello, Did anyone find a solution or fix the bug concerning this issue with the colour picker not working in High Sierra?
Any help appreciated :)

@muunver
Copy link

muunver commented Nov 14, 2019

Instead of picking a predefined color, I started using RGB sliders option of the mac color picker to choose customized colors and so far it seems to be working.

@baileyp1
Copy link

baileyp1 commented Nov 14, 2019 via email

@itfrombit
Copy link

The problem is in OQColor.m in the OmniQuartz framework. The method colorWithPlatformColor fails to match a colorSpaceName and returns blackColor every time. In my case, I was getting NSCustomColorSpace, which wasn't being handled. Instead of returning blackColor every time at the bottom of the function, I just returned a linear RGBA color of what was passed in. That seems like a better default choice.

@mishaonmac
Copy link

mishaonmac commented Jul 24, 2021

Instead of picking a predefined color, I started using RGB sliders option of the mac color picker to choose customized colors and so far it seems to be working.

'Classic Crayons', 'Web Safe Colors' and 'Developer' palettes of 'Color Palettes' tab of the Color Picker seems to be functional too (on Mojave 10.14.6).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants