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

[Rendering] Non transparent background when containers use select action #9075

Open
Diegorro98 opened this issue Dec 18, 2024 · 0 comments
Open

Comments

@Diegorro98
Copy link

Diegorro98 commented Dec 18, 2024

Target Platforms

UWP, specifically WinUI 3

SDK Version

Unknown, I'm seeing this at the Widget board, I tried to see the version at AdaptiveCards.Rendering.WinUI3.dll detailed properties but is empty, version of the Widgets board is 524.34401.0.0

Application Name

Widgets board

Problem Description

When setting selectAction inside a container element (such Container itself or Column) the background becomes non transparent (near black at dark mode, white at light mode).

Screenshots

You can see it at the Phone Link widget, at clear all button (in this case "Borrar todo"), where there is a white background behind the letters:
Image

Card JSON

{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.6",
    "body": [
        {
            "type": "ColumnSet",
            "columns": [
                {
                    "type": "Column",
                    "width": "stretch",
                    "items": [
                        {
                            "type": "TextBlock",
                            "text": "Transparent",
                            "wrap": true
                        }
                    ]
                },
                {
                    "type": "Column",
                    "width": "stretch",
                    "items": [
                        {
                            "type": "TextBlock",
                            "text": "Non transparent",
                            "wrap": true
                        }
                    ],
                    "selectAction": {
                        "type": "Action.Execute"
                    }
                }
            ]
        }
    ]
}

Sample Code Language

No response

Sample Code

No response

@Diegorro98 Diegorro98 changed the title [Rendering] Non transparent background when containers (and child elements) when use select action [Rendering] Non transparent background when containers use select action Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant