Skip to content

[JavaScript] A button with a title but no tooltip is duplicating the title in the tooltip #6449

@RebeccaAnne

Description

@RebeccaAnne

Target Platforms

NodeJS

SDK Version

https://adaptivecardsci.z5.web.core.windows.net/designer 9/29/2021

Application Name

Designer

Problem Description

When an action has a title which is displayed on the button itself we should not repeat that title in the tooltip

Screenshots

image

Card JSON

{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.5",
    "body": [
        {
            "type": "TextBlock",
            "text": "Button with a title",
            "weight": "Bolder",
            "wrap": true
        },
        {
            "type": "ActionSet",
            "actions": [
                {
                    "type": "Action.Submit",
                    "title": "Title",
                    "iconUrl": "https://adaptivecards.io/content/cats/1.png"
                }
            ]
        }
    ]
}

Sample Code Language

No response

Sample Code

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions