-
Notifications
You must be signed in to change notification settings - Fork 35
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
[T122] - Mixed color channel on color2 setting #6
Comments
This is not a simple fix as far as I can see. I checked the rgb code and it all looks fine. The code that does fix this in master git uses a new API which cannot be backported simply. |
It seems to affect only color2, that I don't know where I can test on default theme. |
avDuma - did you ever get around to seeing if this issue still exists in Moksha? |
It still exists in Moksha in the 0.2.1 . |
Hi, another bug that I've seen on E17 and it won't be fixed.
https://phab.enlightenment.org/T122
I report here the description:
If I set a text object on edje with outlined effect, like OUTLINE_SHADOW and I link to a color_class editable by Settings -> Look -> Colors , I have a strange behaviour when I'm changing the color by Settings -> Look -> Colors.
example:
On a theme with a part like this:
When I set as color2 of border title, on Settings -> Look -> Color , the Blue and the Green value are inverted.
Eg: I set color2 as 0 255 0 255 (the green) and I see 0 0 255 255 (the blue) and if I set 0 0 255 255 (the blu), I see 0 255 0 255 (the green).
The same things happens with yellow and fucsia:
If I set 255 0 255 255 (the fucsia) I'll see 255 255 0 255 (the yellow) and If I set 255 255 0 255 (the yellow) I'll see 255 0 255 255 (the fucsia)
Hope I am clear. The issue is visible only if I edit color2 and color3 by Settings -> Look -> Color Dialog, not if I set the color with the code.
The text was updated successfully, but these errors were encountered: