Forum Discussion
najin91
Dec 19, 2023Copper Contributor
MessageCard OpenUri showing blank tooltip, how can I hide or populate it?
Hi -
I have an integration app that sends messages using the MessageCard template. It has some potentialAction buttons.. however, those buttons have hover text which shows up empty. Is there any way to hide this hover text/tooltip or populate it? Is there a field in the JSON that I can add?
This is only a recent change with the latest Microsoft Teams desktop app (Version 23320.3107.2575.3762):
Please let me know if there is anything else you need to help figure out this issue. Thanks!
The json for this button is:
{
"id": "button_section",
"potentialAction": [
{
"@type": "OpenUri",
"name": "View",
"targets":
[
{
"os": "default",
"uri": "https://link.com/..."
}
]
}
]
}
4 Replies
Sort By
- najin91Copper ContributorIs this fixed? Seems like I can't reproduce it anymore.
- Meghana-MSFT
Microsoft
najin91 - Yes, the bug has been resolved.
- Meghana-MSFT
Microsoft
We are able to repro this issue in both Teams 2.1 and Teams classic as well. We will raise a bug for the same. We will keep you posted on the updates. Thank you.- najin91Copper Contributor
Meghana-MSFT Thanks for looking into this! Please keep me updated!