microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rendering AdaptiveCards 'FactSet' element

IAmDenysSamoilenko opened this issue · comments

Describe the bug

During posting a message with AdaptiveCard in MicrosoftTeams (using my bot), FactSet element is rendering as a table with visible borders.
If I'll post the same AdaptiveCard using Power Automate - everything will be fine.

To Reproduce

Steps to reproduce the behavior:

  1. Post an AdaptiveCard to smba.trafficmanager.net/emea/v3/conversations
    Adaptive card JSON:
{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.0",
    "body":
    [
        {
            "type": "FactSet",
            "separator": true,
            "facts":
            [
                {
                    "title": "Site:",
                    "value": "New York (Demo)"
                },
                {
                    "title": "Start Date:",
                    "value": "03/03/2015 ( 8 years, 4 months and 11 days )"
                }
            ]
        }
    ]
}
  1. Take a look on result: borders are present

Expected behavior

FactSet element renders without borders

Screenshots

Actual:
image

Expected :
image

Hi @IAmDenysSamoilenko, I'm looking into this.

@ramfattah hi, any updates about this?

Hi @IAmDenysSamoilenko,

I'm not able to reproduce this issue using sample 07.using-adaptive-cards.
The 'FactSet' Adaptive card displayed the table without borders in Teams Channel.

image

Hi @ramfattah ,
Same for me now. Found that it was not reproducible around 1 week ago.
probably can close a ticket