Forum Discussion

najin91's avatar
najin91
Copper Contributor
Dec 19, 2023

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

  • najin91's avatar
    najin91
    Copper Contributor
    Is this fixed? Seems like I can't reproduce it anymore.
  • 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.

Resources