microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.49k stars 2.44k forks source link

Rendering AdaptiveCards 'FactSet' element #6603

Closed IAmDenysSamoilenko closed 1 year ago

IAmDenysSamoilenko commented 1 year ago

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 )"
                }
            ]
        }
    ]
    }
  2. Take a look on result: borders are present

Expected behavior

FactSet element renders without borders

Screenshots

Actual: image

Expected : image

InfinytRam commented 1 year ago

Hi @IAmDenysSamoilenko, I'm looking into this.

IAmDenysSamoilenko commented 1 year ago

@ramfattah hi, any updates about this?

InfinytRam commented 1 year ago

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

IAmDenysSamoilenko commented 1 year ago

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