Skip to content
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

[UWP][Fallback Requirements] A element that fails its requirements reports "No Renderer found" #3418

Closed
RebeccaAnne opened this issue Sep 4, 2019 · 2 comments

Comments

@RebeccaAnne
Copy link
Contributor

RebeccaAnne commented Sep 4, 2019

Platform

What platform is your issue or question related to? (Delete other platforms).

  • UWP

Details

For the following card which requires a future version of adaptive cards:

{
  "version": "1.2",
  "$schema": "http:https://adaptivecards.io/schemas/adaptive-card.json",
  "type": "AdaptiveCard",
  "body": [
    {
      "type": "TextBlock",
      "text": "This textblock requires adaptiveCards 5.0",
      "color": "Attention",
      "wrap": true,
      "requires": {
        "adaptiveCards": "5.0"
      }
    }
  ]
}

The UWP renderer reports:
image

This is an inaccurate and confusing warning message as there is a renderer for TextBlock.

@RebeccaAnne RebeccaAnne added the Bug label Sep 4, 2019
@ghost ghost added the Triage-Needed label Sep 4, 2019
@ghost ghost added this to Needs triage in Bug Triage Sep 4, 2019
@RebeccaAnne RebeccaAnne self-assigned this Sep 4, 2019
@ghost ghost moved this from Needs triage to Approved in Bug Triage Sep 4, 2019
@ghost ghost removed the Triage-Needed label Sep 4, 2019
@shalinijoshi19 shalinijoshi19 added this to Issue Backlog in Issue Backlog Sep 12, 2019
@ghost ghost added the no-recent-activity label Nov 29, 2019
@ghost
Copy link

ghost commented Nov 29, 2019

This issue has been automatically marked as stale because it has not had any activity for 5 days.

@RebeccaAnne RebeccaAnne added this to the Backlog milestone Jul 27, 2020
@RebeccaAnne RebeccaAnne removed this from the Backlog milestone May 6, 2021
@jonmill jonmill added this to P2 in Triage Aug 20, 2021
@jonmill
Copy link
Contributor

jonmill commented Nov 11, 2021

Closing as fallback is not used

@jonmill jonmill closed this as completed Nov 11, 2021
Triage automation moved this from P2 to Closed Nov 11, 2021
@ghost ghost removed the Triage-Approved for Fix label Nov 11, 2021
@ghost ghost removed this from Closed in Triage Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Bug Triage
  
Approved
Issue Backlog
Issue Backlog
Development

No branches or pull requests

2 participants