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

[Android] Text with markdown is broken in most of the components #4463

Closed
Gunashree-R-V opened this issue Jul 22, 2020 · 6 comments · Fixed by #4481
Closed

[Android] Text with markdown is broken in most of the components #4463

Gunashree-R-V opened this issue Jul 22, 2020 · 6 comments · Fixed by #4481
Labels
Area-Markdown Bug Partner-MsftTeams Issues related to AC integration with Microsoft Teams partner Partner-MsftTeamsMobile Bugs related specifically to Teams Mobile integration (iOS/Android)

Comments

@Gunashree-R-V
Copy link

Platform

  • Android

Author or host

Teams mobile

Version of SDK

1.2.10

Details

Sample Agenda card, Expense report card available in public documentation is broken experience.

Here is the comparison of experience with 1.2.6(SDK version) and 1.2.10(SDK version).

1.2.6 1.2.10
image image

TextBlock, FactSet with value enclosed with markdown support are completely broken.

Here is another example:

1.2.6 1.2.10
image image
image image

Attaching the Card JSON for the same:

{
    "type": "AdaptiveCard",
    "body": [
        {
            "type": "TextBlock",
            "text": "_Italic_"
        },
        {
            "type": "TextBlock",
            "text": "**Bold**"
        },
        {
            "type": "TextBlock",
            "text": "**~~Bold, strike-through text~~**"
        }
    ],
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.2"
}

cc: @VikrantSingh01, @anbah34 ,@shbhadra

@ghost ghost added the Triage-Needed label Jul 22, 2020
@shalinijoshi19
Copy link
Member

@golddove can you help prioritize this one today please? Thanks!

@ghost
Copy link

ghost commented Jul 22, 2020

Hi @Gunashree-R-V. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions.

@shalinijoshi19 shalinijoshi19 added Partner-MsftTeamsMobile Bugs related specifically to Teams Mobile integration (iOS/Android) Partner-MsftTeams Issues related to AC integration with Microsoft Teams partner Triage-Needed labels Jul 22, 2020
@shalinijoshi19 shalinijoshi19 added this to the 1.3 Schema Refresh milestone Jul 22, 2020
@ghost ghost removed the Triage-Needed label Jul 22, 2020
@ghost
Copy link

ghost commented Jul 22, 2020

Hi @Gunashree-R-V. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions.

@VikrantSingh01
Copy link

Team, Any update on the fix E.T.A for this blocker bug from v1.2.10 ?

@golddove
Copy link
Member

@VikrantSingh01 we will include this fix in the v1.2.11 patch (scheduled end of month)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Markdown Bug 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

Successfully merging a pull request may close this issue.

5 participants