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]: SearchBox control has a fixed blue border color for hover/pressed events #122

Closed
formsandflows opened this issue Sep 24, 2022 · 2 comments
Assignees
Labels
bug Something isn't working canvas Issue is related to a Canvas app custom component. Component: SearchBox

Comments

@formsandflows
Copy link

Describe the bug
The component "SearchBox" has a blue border color for hover and pressed events even if this color is not configured in the theme.

To Reproduce

  1. Create a new canvas app.
  2. Add a theme variable as mentioned on the page: https://learn.microsoft.com/en-us/power-platform/guidance/creator-kit/theme
  3. Add the component "SearchBox".
  4. Configure the theme of the "SearchBox" component.
  5. Hover over and press the "SearchBox" component.

Expected behavior
I expect that the color "themePrimary" or a good neutral color is used for the border color for hover/pressed events.

Screenshots
image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context
Solution version used: CreatorKitCore_1_0_20220831_1_managed

@formsandflows formsandflows added bug Something isn't working ⚠️ needs triage Has not been triaged by the team yet. labels Sep 24, 2022
@formsandflows
Copy link
Author

A custom theme must be used to see this bug. I used:

Set(
    glb_Theme,
    {
        palette: {
            themePrimary: "#00ad56",
            themeLighterAlt: "#f2fcf7",
            themeLighter: "#cbf2df",
            themeLight: "#a1e7c4",
            themeTertiary: "#52ce90",
            themeSecondary: "#16b767",
            themeDarkAlt: "#009c4e",
            themeDark: "#008442",
            themeDarker: "#006131",
            neutralLighterAlt: "#faf9f8",
            neutralLighter: "#f3f2f1",
            neutralLight: "#edebe9",
            neutralQuaternaryAlt: "#e1dfdd",
            neutralQuaternary: "#d0d0d0",
            neutralTertiaryAlt: "#c8c6c4",
            neutralTertiary: "#a19f9d",
            neutralSecondary: "#605e5c",
            neutralSecondaryAlt: "#8a8886",
            neutralPrimaryAlt: "#3b3a39",
            neutralPrimary: "#323130",
            neutralDark: "#201f1e",
            black: "#000000",
            white: "#ffffff"
        }
    }
);

@denise-msft denise-msft assigned denise-msft and unassigned slaouist Oct 4, 2022
@denise-msft denise-msft added this to the Creator Kit - October 2022 milestone Oct 4, 2022
@denise-msft
Copy link
Member

This has been fixed and will be available in the October release.

@denise-msft denise-msft added canvas Issue is related to a Canvas app custom component. Component: SearchBox and removed ⚠️ needs triage Has not been triaged by the team yet. labels Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working canvas Issue is related to a Canvas app custom component. Component: SearchBox
Projects
None yet
Development

No branches or pull requests

3 participants