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]: Nav Property ItemTextColor Not Honored #356

Open
sperry1625 opened this issue Jul 24, 2023 · 0 comments
Open

[BUG]: Nav Property ItemTextColor Not Honored #356

sperry1625 opened this issue Jul 24, 2023 · 0 comments
Labels
bug Something isn't working code Issue is related to a Power Apps code component Component: Nav

Comments

@sperry1625
Copy link

sperry1625 commented Jul 24, 2023

Describe the bug
The Nav items have a property called ItemTextColor. It is shown as a property, but when setting it, there has no effect. The color of the text for the item does not change.

Is this property supposed to work?

To Reproduce
Steps to reproduce the behavior:

  1. Set Nav Items property as follows:
Table(
    // Amenities
    {ItemKey: "amenity", ItemDisplayName: "Amenities" },
    // Categories
    // I have tried the text version, as seen here, as well as Color.Red. Neither work.
    {ItemKey: "category", ItemDisplayName: "Categories", ItemExpanded: true, ItemTextColor: "#003478" },
    {ItemKey: "catCategory", ItemDisplayName: "Categories", ItemParentKey: "category"},
    {ItemKey: "catItem", ItemDisplayName: "Category Items", ItemParentKey: "category"},
    {ItemKey: "property", ItemDisplayName: "Category Properties", ItemParentKey: "category"},
    // Choices
    {ItemKey: "choice", ItemDisplayName: "Choices"}
)
  1. View Nav Rendered on Canvas
  2. No color change in text for ItemKey = category

Expected behavior
The text for that item to show in the specified color.

Screenshots
image

Additional Content
I have tried using the hex color values as well as Color.Color to set the property. Neither have any effect.

AB#977

@sperry1625 sperry1625 added bug Something isn't working ⚠️ needs triage Has not been triaged by the team yet. labels Jul 24, 2023
@denise-msft denise-msft added code Issue is related to a Power Apps code component Component: Nav and removed ⚠️ needs triage Has not been triaged by the team yet. labels Jul 25, 2023
@RajeevPentyala RajeevPentyala added this to the Backlog milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code Issue is related to a Power Apps code component Component: Nav
Projects
None yet
Development

No branches or pull requests

3 participants