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

BorderThickness should not cause border overlaps #10407

Open
MartinZikmund opened this issue Nov 11, 2022 · 1 comment
Open

BorderThickness should not cause border overlaps #10407

MartinZikmund opened this issue Nov 11, 2022 · 1 comment
Labels
difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/bug Something isn't working project/layout 🧱 Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..) project/shapes-brushes 🔶 Categorizes an issue or PR as relevant to shapes and brushes project/styling 👔 Categorizes an issue or PR as relevant to element styling

Comments

@MartinZikmund
Copy link
Member

MartinZikmund commented Nov 11, 2022

Current behavior

In the configuration below, it is clear that our implementation causes the left border to overlap the right border - causing color "overlap"

Expected behavior

In UWP, the border parts don't overlap even if they are larger than the element size

image

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

No response

Environment

No response

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@MartinZikmund MartinZikmund added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Nov 11, 2022
@jeromelaban jeromelaban added project/shapes-brushes 🔶 Categorizes an issue or PR as relevant to shapes and brushes and removed triage/untriaged Indicates an issue requires triaging or verification labels Nov 14, 2022
@MartinZikmund MartinZikmund added project/styling 👔 Categorizes an issue or PR as relevant to element styling project/layout 🧱 Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..) difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI and removed difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Aug 16, 2023
@ramezgerges
Copy link
Contributor

This should probably be fixed by #12593

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/medium 🤔 Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI kind/bug Something isn't working project/layout 🧱 Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..) project/shapes-brushes 🔶 Categorizes an issue or PR as relevant to shapes and brushes project/styling 👔 Categorizes an issue or PR as relevant to element styling
Projects
None yet
Development

No branches or pull requests

3 participants