MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
277 stars 500 forks source link

Carousel cards became smaller compared to normal adaptive cards #4356

Open Wajeed-msft opened 2 years ago

Wajeed-msft commented 2 years ago

Copied bug from: https://github.com/microsoft/AdaptiveCards/issues/6569

Details from original post:

Target Platforms

NodeJS

SDK Version

1.2

Application Name

MS teams

Problem Description

Carousel cards became smaller compared to normal adaptive cards. we noticed this issue after a recent adaptive card update

Screenshots

bugref

Card JSON

.

Sample Code Language

No response

Sample Code

No response---

Document Details

Do not edit this section.It is required for docs.microsoft.com ➟ GitHub issue linking.

ghost commented 2 years ago

Hi Wajeed-msft! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

Meghana-MSFT commented 2 years ago

@csabhi1 - Could you please share your card's JSON.

astuj commented 2 years ago

Hi, even I am facing the same issue. Sending a single card is not a problem but in Carousel they become smaller.

Screenshot 2021-10-13 at 12 09 52 PM Screenshot 2021-10-13 at 12 09 20 PM

here is the card JSON,

{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.2", "body": [ { "type": "TextBlock", "text": "Please take a moment to fill out the survey below", "wrap": true, "size": "Medium", "weight": "Bolder", "color": "Accent" }, { "type": "FactSet", "facts": [ { "title": "Title", "value": "${subject}" }, { "title": "Description", "value": "${description}" }, { "title": "Ends On", "value": "${endDate}" }, { "title": "No. of question", "value": "${questionCount}" }, { "title": "Sent by", "value": "${sentBy}" } ], "separator": true, "height": "stretch" } ], "actions": [ { "$data": "${actionButtons}", "type": "${action}", "title": "${title}", "data": { "msteams": { "type": "${type}", "displayText": "${displayText}", "text": "${text}", "value": "{\"postData\": \"${postData}\"}" } } } ] }

Meghana-MSFT commented 2 years ago

We already have a bug raised for this issue occurring on desktop. The team is looking into it.

ghost commented 2 years ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment.

astuj commented 2 years ago

Hi, @Meghana-MSFT is this issue resolved?

Meghana-MSFT commented 2 years ago

We are checking with the engineering team on the bug status. I will update you.

ghost commented 2 years ago

Hi Wajeed-msft! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

ghost commented 2 years ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 3 days of this comment.

Meghana-MSFT commented 2 years ago

@csabhi1, @astuj - The team is working on the bug. We do have any ETA to share. We will update you once it is fixed.

Meghana-MSFT commented 2 years ago

@csabhi1, @astuj - We got an update from the engineering team that they are deploying a hotfix to make the carousel width aligning with the older version.

dazlancs commented 2 years ago

@CSabhi1, @astuj - We got an update from the engineering team that they are deploying a hotfix to make the carousel width aligning with the older version.

Do we know when they're going to do this? Will it be in 2021 or later?

Meghana-MSFT commented 2 years ago

Currently we do not have any ETA to share. We will keep you posted on the updates.

Meghana-MSFT commented 2 years ago

This issue has been fixed and we have verified the fix. Attaching a screenshot of carousel cards with and without full width. Could you please check once and confirm the fix?

image