-
Notifications
You must be signed in to change notification settings - Fork 559
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
[iOS][Rendering] Crash occurs when ColumnSet has height: stretch
#4105
Comments
Hi @JohnnyKehr; We triaged and approved your bug for fixing. Please stay tuned for updates around fix progress and/or release vehicle. |
Hi @JohnnyKehr. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions. @matthidinger / @dclaux / @RebeccaAnne / @paulcam206 / @jwoo-msft / @almedina-ms FYI. |
@jwoo-msft on your plate for quick investigation ahead of next week's sync with WebEx |
@golddove /@jwoo-msft are you able to repro this with the stock iOS renderer and our Visualizer app? |
🎉 Handy links: |
Platform
iOS
Author or host
Host on Webex Teams
Version of SDK
We have our own fork of AdaptiveCards@v1.2.6
Details
A crash occurs when a card is rendered that has a ColumnSet component with items that have the property
height
set tostretch
(see json card example below. The offending code is linked here. Commenting out this block of code results in no crash happening.Here's the actual crash with a few of the top frames:
An example of a card that causes the crash:
The text was updated successfully, but these errors were encountered: