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

[.NET][WPF][HTML] Fix bleed bugs #2682

Merged
merged 5 commits into from Apr 19, 2019
Merged

Conversation

almedina-ms
Copy link
Contributor

@almedina-ms almedina-ms commented Apr 13, 2019

Fixes this issue: #2680

The biggest issue was that our sample cards were not being properly rendered as they would sometimes overflow, mainly in the columnset inside another columnset case

How verified

WPF

Nested.ColumnSet.Bleed.json
image

Nested.ColumnSet.Bleed.Complex.json

image

ComprehensiveTest.json

image

image

Column.ColumnSet.Container.Bleed.json

image

HTML

The tests cards were run and it gave this results

image

image
image

ColumnColumnSetContainer.Bleed.json

image

@RebeccaAnne
Copy link
Contributor

Could you update the description to contain a brief description of what the issues were?

}
else
{
if (i == 0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider creating local variables that represent the logic here to make the intent more obvious

@shalinijoshi19 shalinijoshi19 added this to In progress in 1.2 Release via automation Apr 18, 2019
@almedina-ms almedina-ms merged commit 41d34cb into master Apr 19, 2019
1.2 Release automation moved this from In progress to Done Apr 19, 2019
@almedina-ms almedina-ms deleted the user/almedina-ms/FixBleedBugs branch May 2, 2019 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.2 Release
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants