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

[Bug]: Ribbon backcolours to match theme panel colour(s) #1565

Open
Smurf-IV opened this issue Jun 23, 2024 · 4 comments
Open

[Bug]: Ribbon backcolours to match theme panel colour(s) #1565

Smurf-IV opened this issue Jun 23, 2024 · 4 comments
Assignees
Labels
area:ribbon All issues to do with the ribbon. area:themes All things to do with themes. awaiting feedback A fix for this issue has been implemented, waiting for feedback on the fix. bug Something isn't working regression Something was working in a previous release, but isn't working now. version:85 All things to do with V85. version:90 All things to do with V90.

Comments

@Smurf-IV
Copy link
Member

Using today's alpha and the Ribbon Controls demo (.net core)

Expected:

image

Actual:

image

etc.

@Smurf-IV Smurf-IV added bug Something isn't working area:themes All things to do with themes. area:ribbon All issues to do with the ribbon. regression Something was working in a previous release, but isn't working now. labels Jun 23, 2024
@PWagner1
Copy link
Contributor

This will likely fix #1564

@PWagner1
Copy link
Contributor

Appears to be controlled by

Color.FromArgb(190, 190, 190), // RibbonGroupsArea1
            Color.FromArgb(210, 210, 210), // RibbonGroupsArea2
            Color.FromArgb(213, 219, 231), // RibbonGroupsArea3
            Color.FromArgb(249, 249, 249), // RibbonGroupsArea4
            Color.FromArgb(243, 245, 249), // RibbonGroupsArea5

@PWagner1
Copy link
Contributor

Ok, so the back colour is controlled by these values

image

@giduac giduac self-assigned this Aug 29, 2024
@giduac giduac added under investigation This bug/issue is currently under investigation. version:85 All things to do with V85. version:90 All things to do with V90. labels Aug 29, 2024
@giduac
Copy link

giduac commented Aug 30, 2024

@Wagnerp & @Smurf-IV,

The Visual Studio and 365 varieties have the same background color as the Panel.
But for my taste it also looks good when the Ribbon contrasts against the Panel.
I think that should be the choice of the user and be left as it is...

@giduac giduac added awaiting feedback A fix for this issue has been implemented, waiting for feedback on the fix. and removed under investigation This bug/issue is currently under investigation. labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ribbon All issues to do with the ribbon. area:themes All things to do with themes. awaiting feedback A fix for this issue has been implemented, waiting for feedback on the fix. bug Something isn't working regression Something was working in a previous release, but isn't working now. version:85 All things to do with V85. version:90 All things to do with V90.
Projects
None yet
Development

No branches or pull requests

3 participants