Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS-UWP][ColumnSet Parity Issue] [Parity issue between iOS and desktop for image width in columnSet] #4504

Closed
adumrewal opened this issue Jul 31, 2020 · 3 comments
Assignees
Labels
Area-Inconsistency Bugs around renderer inconsistencies across different platforms Bug High Priority Partner-CiscoWebEx Bugs impacting CiscoWebEx integration scenarios Partner-MsftTeams Issues related to AC integration with Microsoft Teams partner Partner-MsftTeamsMobile Bugs related specifically to Teams Mobile integration (iOS/Android)
Milestone

Comments

@adumrewal
Copy link

adumrewal commented Jul 31, 2020

Platform

What platform is your issue or question related to? (Delete other platforms).

  • iOS

Author or host

Host - Teams iOS

Version of SDK

Release 1.2.10

Details

Parity issue between desktop and iOS OOB experience for the following JSON.
iOS:
Screenshot 2020-07-31 at 3 30 01 PM
Desktop:
Screenshot 2020-07-31 at 3 29 48 PM

ACColumnSetImageWidth.txt

{
  "type": "AdaptiveCard",
  "body": [
    {
      "type": "ColumnSet",
      "columns": [
        {
          "type": "Column",
          "items": [
            {
              "type": "TextBlock",
              "size": "ExtraLarge",
              "weight": "Lighter",
              "text": "BLR"
            }
          ],
          "width": "auto"
        },
        {
          "type": "Column",
          "verticalContentAlignment": "Center",
          "items": [
            {
              "type": "Image",
              "url": "https://messagecardplayground.azurewebsites.net/assets/graydot2x2.png",
              "width": "10000px",
              "height": "2px"
            }
          ],
          "width": "stretch"
        },
        {
          "type": "Column",
          "spacing": "Small",
          "verticalContentAlignment": "Center",
          "items": [
            {
              "type": "Image",
              "url": "https://messagecardplayground.azurewebsites.net/assets/smallairplane.png",
              "height": "16px",
              "altText": "Flight to"
            }
          ],
          "width": "auto"
        },
        {
          "type": "Column",
          "items": [
            {
              "type": "TextBlock",
              "horizontalAlignment": "Right",
              "size": "ExtraLarge",
              "weight": "Lighter",
              "text": "CDG"
            }
          ],
          "width": "auto"
        }
      ],
      "height": "stretch"
    }
  ],
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.0"
}
@adumrewal adumrewal added the Bug label Jul 31, 2020
@ghost ghost added the Triage-Needed label Jul 31, 2020
@paulcam206 paulcam206 added the Area-Inconsistency Bugs around renderer inconsistencies across different platforms label Jul 31, 2020
@ghost ghost removed the Triage-Needed label Jul 31, 2020
@ghost
Copy link

ghost commented Jul 31, 2020

Hi @adumrewal. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions.

@jwoo-msft jwoo-msft self-assigned this Aug 18, 2020
@shalinijoshi19 shalinijoshi19 added Partner-CiscoWebEx Bugs impacting CiscoWebEx integration scenarios Partner-MsftTeamsMobile Bugs related specifically to Teams Mobile integration (iOS/Android) Partner-MsftTeams Issues related to AC integration with Microsoft Teams partner labels Oct 8, 2020
@jwoo-msft jwoo-msft added this to the 20.10 milestone Oct 12, 2020
@jwoo-msft
Copy link
Member

@shalinijoshi19 PR for the issue is merged and closed for iOS.

@ghost ghost added the AdaptiveCards v20.10 label Oct 22, 2020
@shalinijoshi19
Copy link
Member

shalinijoshi19 commented Oct 22, 2020

Thanks. @almedina-ms is this on your radar at all for Android? @jwoo-msft does this bug apply to Android? The description says it does, the title doesnt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Inconsistency Bugs around renderer inconsistencies across different platforms Bug High Priority Partner-CiscoWebEx Bugs impacting CiscoWebEx integration scenarios Partner-MsftTeams Issues related to AC integration with Microsoft Teams partner Partner-MsftTeamsMobile Bugs related specifically to Teams Mobile integration (iOS/Android)
Projects
None yet
Development

No branches or pull requests

6 participants