MicrosoftDocs / msteams-docs

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

[A11y Adaptive Card] Focus on the card is slightly cut off in the edges #11210

Open sherryzhao11 opened 1 week ago

sherryzhao11 commented 1 week ago

Steps to reproduce

Adaptive Card JSON { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "ActionSet", "actions": [ { "type": "Action.OpenUrl", "title": "Action.OpenUrl" }, { "type": "Action.OpenUrl", "title": "Action.OpenUrl" } ] } ] } Steps: Focus on the card is slightly cut off in the edges.

Expected behavior

Focus on the card is slightly cut off in the edges.

Actual behavior

Card should have clear focus covering the UI completely. Focus should not be cut off. Focus cut off Focus on the card is slightly cut off in the edges

Error details

No response

microsoft-github-policy-service[bot] commented 1 week ago

Hi sherryzhao11! 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

Meghana-MSFT commented 6 days ago

Thank you for reporting this, we will check this and get back to you.

Meghana-MSFT commented 23 minutes ago

@sherryzhao11 - We checked this at our end and we are not able to repro this, we see the focus is even on all sides. We checked this in both Teams web(1415/24061318408) and Desktop(24187.501.2981.3768) client. Could you please share more details which would help us in getting the repro. Thank you.

image