Open z3019494 opened 1 year ago
I am also affected.
Looks like its related: https://github.com/MicrosoftDocs/msteams-docs/issues/8091
This is still not fixed in version 1.6.00.29964
(64-bit)
@ChetanSharma-msft — not everyone is on Channels 2.0 yet
Hi @z3019494 - Could you please let us know in which version you tested this and observed that its fixed as mentioned here?
@Prasad-MSFT :
For me, it's been fixed on Teams 2.1 web:
...as well as 23306.3314.2555.9628
I have a suspicion it's been fixed just as Loop Components in channels is being rolled out... 😂
@Prasad-MSFT : ...as well as 23306.3314.2555.9628
I'm seeing this issue on my version, even now
@Schuchie , @WilbertWalrus , @havedill - We checked this using New Teams (Teams 2.1), and the card is rendering properly.
Maybe it's a webhook specific issue then? I'm still seeing this on all my clients on the new teams mac and windows. Going to the old teams fixes the issue. Jira and Zabbix both use webhooks to create these
I just realized there is a duplicate thread going on. More info here:
https://github.com/MicrosoftDocs/msteams-docs/issues/8091#issuecomment-1896237181
I can reproduce with this simple bash as well to my webhook connector.
JSON="{\"title\": \"${env^^} Incoming Server Updates\", \"themeColor\": \"Red\", \"text\": \"<br>
$MESSAGE
\" }"
curl -k -H "Content-Type: application/json" -d "${JSON}" "${TEAMS_URL}"
@havedill - We tried below using simple bash to our webhook connector and observed below behaviour in Teams classic and New Teams as well:
curl.exe -H "Content-Type:application/json" -d "{ '@type': 'MessageCard', '@context': 'https://schema.org/extensions', 'summary':'\uD83D\uDCAC <b>Summary test</b> on', 'themeColor': '#00FF00', 'title': '\uD83D\uDCAC <b>Sebastian commented</b> on', 'sections':[{'text': 'The actionable messages include six visible buttons on the card. Each button is defined in the potentialAction property of the message by using ActionCard actions, each with an input type, a text field, a date picker, or a multiple-choice list. Each ActionCard has an associated action, for example HttpPOST.For the HttpPOST action, the bearer token is included with the requests. This token includes the Microsoft Entra identity of the Microsoft 365 user who took the action.You can also use this JSON to create cards containing rich inputs, such as text entry, multiselect, or selecting date and time. The code that generates the card and posts it to the webhook URL can run on any hosted service. These cards are defined as part of actionable messages and are also supported in cards used in Teams bots and message extensions.'}]}" $WEBHOOKURL
Could you please confirm if you are observing the same or not?
Update: We have reopened the bug which was already raised and made engineering team aware about the reoccurrence of the issue. Once we get further update, we will inform in this thread.
Thanks again!
@Prasad-MSFT — any updates, do we have to wait another year for this to be fixed 🙈
I've lost count how many times I've had to click "see more" just to see the 2nd or 3rd line of a short channel message.
Collectively, just think of how many extra clicks millions of Microsoft Teams users performed in the past year+, that collectively effort could have ended world hunger.
Target Platforms
Other
SDK Version
1.4
Application Name
Microsoft Teams 2.0/Microsoft Teams Chat
Problem Description
Teams 2.1 or the Teams 1.0 New Channel Experience requires the user to click on the "see more" button as most of an adaptive card is obscured.
This was not the case in
Screenshots
Teams 2.1 or the Teams 1.0 new channels experience, requiring the user to click on "see more" to view an entire adaptive card:
Teams 1.0 classic channel experience, renders nicely without obscuring any information.
Card JSON
Sample Code Language
No response
Sample Code
No response