question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Teams] [No image icon displayed on buttons]

See original GitHub issue

Platform

Microsoft Teams Integration

Author or host

Microsoft Teams Client

Version of SDK

SDK Version 1.2

Details

Version

Bot framework : v3 Adaptive Cards : 1.0

Describe the bug

I am sending an adaptive card to a teams chat via bot. The card has two Open Url Action buttons. Both the action buttons have their iconUrl property set to valid Uri.

The card is rendered perfectly in web-chat, where both the action buttons contain icon before the text. But in Teams chat, the buttons only contain text and no icon.

To Reproduce

Steps to reproduce the behavior:

  1. Open App Studio > Card Editor in Teams client
  2. Use the following JSON in card editor { "type": "AdaptiveCard", "body": [], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0", "actions": [ { "type": "Action.OpenUrl", "title": "Email", "url": "mailto:yogeshhindoliya@hotmail.com", "iconUrl": "https://cdn4.iconfinder.com/data/icons/logos-and-brands/512/243_Outlook_logo-128.png" }, { "type": "Action.OpenUrl", "title": "Chat", "url": "mailto:yogeshhindoliya@hotmail.com", "iconUrl": "https://cdn.iconscout.com/icon/free/png-256/teams-1411850-1194339.png" } ] }
  3. Click on “Send me this Card”

The Json above is sanitised, I am actually using Uri from my blob storage with public access.

Expected behavior

I would expect a card to be sent to me with two buttons. First button ith outlook icon and the second one with teams icon in it as shown in the live-preview on card-editor

##Additional Info The card designer on adaptivecards.io also renders the action buttons with icon in preview mode, so I would expect the same behaviour in chat window.

Screenshots

  1. Live-Preview in card editor bug_live_preview

  2. Card received in Teams Chat window (shows no icon) bug_chat_window

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
matthidingercommented, Sep 23, 2019

Hi @HindoliyaYogesh, we’ve filed a separated issue to track updating Teams to v1.2 #3480

Please go ahead and subscribe to that issue to be notified when Teams has updated

If you’re seeing other issues please reopen and let us know

0reactions
RajaniJillaGitcommented, Oct 15, 2019

Hi Team,

Any update on this ? Could you please confirm by when release can happen in teams ?

Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Teams icon missing
Please follow these steps to reset MS Teams app: - Close Microsoft Teams (Check out if appears in Windows toolbar and close it)....
Read more >
Icons Not Working Correctly on MS Teams meetings
I've been using teams for classes (as a student) for some time and have run into several issues, mainly concerning icons on the...
Read more >
Missing "Teams" icon on the left side of the Microsoft teams
Hi, I've just downloaded Microsoft Teams app for one of my college courses. I need to join a team instead of a chat....
Read more >
Teams chat not displaying images properly - Microsoft Q&A
Workaround is to click to see another conversation, then come back to the original conversation, and try to open the image again fullscreen....
Read more >
Icon Image for my chat bot is not shown on my teams ...
Icon Image for my chat bot is not shown on my teams application on PC windows 10 while it shown on teams Mobile...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found