[Adaptive Cards-Schema Explorer]: Some of the Content is missing from the Adaptive Cards when Text Spacing is applied on the webpage.
Target Platforms
Other
SDK Version
1.5
Application Name
Adaptive Cards
Problem Description
Test Environment: OS: Version 22H2 (OS Build 25197.1000) Edge Dev: version 107.0.1379.1 (Official build) dev (64-bit) Application URL: [[https://adaptivecards.io/](https://adaptivecards.io/explorer/)
Pre-Requisites: Apply Text Spacing on the Adaptive Card Webpage.
Repro Steps:
- Open above URL with V- credential.
- Navigate to 'Schema Explorer' link using tab key and press enter key to activate it.
- Navigate to "TextBlock" link present under CardElements from the left navigation using the tab key and activate it using Enter key.
- Apply Text Spacing for the Webpage using "Text Spacing" bookmark.
- Navigate to this content "wrap: false Lorem ipsum dolor sit amet, consectetur...." present under the adaptive card.
- Observe the issue here.
Actual Result: "Consectetur" text is missing from the adaptive card, when applied Text spacing on the webpage.
Expected Result: "Consectetur" text should not get missed from the adaptive card, when applied Text spacing on the webpage.and nothing should miss on the page when applied Text Spacing on the webpage.
User Impact: Low Vision Keyboard users will be impacted if content missing on the page as they miss some of the information on the page.
MAS Reference: https://liquid.microsoft.com/Web/Object/Read/ms.accessibility/Requirements/01.04.12
"Have feedback to share on Bugs ? Please help fill Trusted Tester Bug Feedback (office.com) “.
Screenshots
Card JSON
NA
Sample Code Language
NA
Sample Code
NA
Hi @Susmitha474, can you give more details for how you apply text spacing?
Hi @Susmitha474, can you give more details for how you apply text spacing?
@anna-dingler please refer prerequisite I have added the process over there.
Hi @Susmitha474. Thank you for adding additional details on Stylus!
For the specific example you pointed out, we are showcasing an example of the wrap property in our schema. With wrap set to false, the content is intended to only stay on one line. This is why an extra word is cut off after text spacing is applied, but it does not impact the meaning of the card as we are intending on cutting off the text early.
Let me know if you have any questions!
As per the above comment closing this issue.