microsoft / microsoft/AdaptiveCards
[Designer] The 'Add a Column' button does not work in the Adaptive Card Designer
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Problem Description
Creating a card layout in the online designer (https://adaptivecards.microsoft.com/designer.html) adding a column set shows a button which previously allowed users to "Add a Column". Clicking this button in Chrome or Edge does not work, making it impossible to design a column layout in the online designer without manually editing the json.
Card JSON
{
"type": "AdaptiveCard",
"$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.6",
"body": [
{
"type": "TextBlock",
"text": "Example card",
"wrap": true
},
{
"type": "ColumnSet"
}
]
}
Screenshot
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the Adaptive Card Designer at https://adaptivecards.microsoft.com/designer.html and reproduce the issue with the provided ColumnSet card JSON in Chrome or Edge. Trace the Add a Column button from the ColumnSet editor; done means clicking it adds a column without manual JSON editing.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100