MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
284 stars 506 forks source link

[Ms teams] Tooltip isn't visible if select action is added to Image element #8884

Open Wajeed-msft opened 1 year ago

Wajeed-msft commented 1 year ago

Copied bug from: https://github.com/microsoft/AdaptiveCards/issues/8428

Details from original post:

Target Application

Microsoft Teams

Application Operating System

Windows

Schema Version

1.5

Problem Description

if openUrl action is added to image, tooltip does not show when hovering over image

Expected Outcome

image

when hovering over image it should show tooltip for the url

Actual Outcome

image

on teams app tooltip can not be seen

Card JSON

{
    "type": "AdaptiveCard",
    "body": [
        {
            "type": "Image",
            "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Image_created_with_a_mobile_phone.png/640px-Image_created_with_a_mobile_phone.png",
            "selectAction": {
                "type": "Action.OpenUrl",
                "url": "https://www.youtube.com/",
                "tooltip": "This is link to youtube"
            }
        }
    ],
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.5"
}

Repro Steps

look at provided adaptive card json and send it in Microsoft Teams (private chat).---

Document Details

Do not edit this section.It is required for docs.microsoft.com ➟ GitHub issue linking.

ghost commented 1 year ago

Hi Wajeed-msft! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

Prasad-MSFT commented 1 year ago

@rkalvitis - Thanks for raising the issue. We will repro this at our end and revert back to you shortly.

Prasad-MSFT commented 1 year ago

@rkalvitis - We are able to repro this issue. We have raised a bug for the same. We will inform you once we get any further update from engineering team. Thanks!

vigenere23 commented 7 months ago

Any news on that bug? Seems to stil be present as of today, both in the Desktop version of the New Teams and on the Web version of the Old Teams.

Prasad-MSFT commented 7 months ago

@vigenere23 - At the moment, we have not received any updates from the engineering team. However, we are actively communicating with them to stay updated on the progress. As soon as we receive any updates from them, we will notify you in this thread.

Thank you!

Prasad-MSFT commented 3 months ago

@rkalvitis, @vigenere23 - this issue is fixed. Please do verify. We have Microsoft Teams version 24183.2200.2972.8859. The client version is 49/24053101421.

image