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

[JS] Fix broken column separator rendering #5457

Merged
merged 4 commits into from
Mar 2, 2021

Conversation

dclaux
Copy link
Member

@dclaux dclaux commented Mar 2, 2021

Related Issue

Fixes #5455

Description

For the last few releases (since October 2020 at least) Column separator rendering has been broken, with the separator lacking spacing on the right of the separation line. This was due to some logic designed for horizontal separators being applied to the a Column's vertical separator.

Sample Card

Find sample card in issue linked above

How Verified

Verified manually in adaptivecards-designer-app

Microsoft Reviewers: Open in CodeFlow

@ghost
Copy link

ghost commented Mar 2, 2021

Hi @dclaux. Thanks for helping make the AdaptiveCards JS renderer + tooling better. As additional verification, once the JS build succeeds, please go to the test site to test out your website/designer changes.

@dclaux dclaux requested a review from golddove March 2, 2021 23:50
@dclaux dclaux merged commit 79e2251 into main Mar 2, 2021
@dclaux dclaux deleted the ts/fix-broken-column-separator branch March 2, 2021 23:53
dclaux added a commit that referenced this pull request Mar 3, 2021
* [.NET] Update Xceed licensing (#5443)

* [JS][Site][Designer][Pic2card] Update node package dependencies (#5442)

* [JS][Site][Designer][Pic2card] Update node package dependencies

* Update package-lock.json

* [UWP] Update Media elements to set the altText as the automation name on the button (#5448)

* [JS] Fix broken column separator rendering (#5457)

* [.NET] Update Xceed licensing (#5443)

* [JS][Site][Designer][Pic2card] Update node package dependencies (#5442)

* [JS][Site][Designer][Pic2card] Update node package dependencies

* Update package-lock.json

* Fix broken separator rendering in Column

Co-authored-by: Paul Campbell <paulcam@microsoft.com>

* Audit

* Revert "Merge branch 'main' into 21.02/audit"

This reverts commit dc1a8a5, reversing
changes made to 4cc85fd.

Co-authored-by: Paul Campbell <paulcam@microsoft.com>
Co-authored-by: RebeccaAnne <rebecch@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[JS] Column separators not rendering properly
3 participants