Hello Everyone, We got the reply from engineering team that, this is known issue.
Engineering team working on this issue.
Currently we don’t have ETA or Update on this thread. We will let you know once we have any updates on it. Thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
We use Adaptive cards to post messages into the conversation. We were facing problems with the adaptive card when it was clicked from a reply message. When the aforementioned occurrence occurs, it vanishes. We weren't sure why. I've provided the steps to recreate the problem as well as the adaptive card's JSON information.
Adaptive card JSON:
{
"contentType": "application/vnd.microsoft.card.adaptive",
"contentUrl": null,
"content": {
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"type": "AdaptiveCard",
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "Hey Hi !!",
"size": "medium",
"weight": "bolder"
}
]
},
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "n Microsoft Teams is a proprietary business communication platform developed by Microsoft, as part of the Microsoft 365 family of products. [Click here](https://en.wikipedia.org/wiki/Microsoft_Teams) to know more about Teams.n",
"wrap": true
}
]
}
],
"msteams": {
"width": "Full"
}
}
}
Steps to reproduce:
Screenshot:
Hello Everyone, We got the reply from engineering team that, this is known issue.
Engineering team working on this issue.
Currently we don’t have ETA or Update on this thread. We will let you know once we have any updates on it. Thanks.