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

The right border and lower border of Button is incorrect when setting button's FlatStyle as Flat or Popup. #3789

Closed
Amy-Li03 opened this issue Aug 27, 2020 · 1 comment · Fixed by #3815
Assignees
Labels
🪲 bug Product bug (most likely) 💥 regression-preview Regression from a preview release

Comments

@Amy-Li03
Copy link
Contributor

  • .NET Core Version:
    5.0.100-rc.1.20426.12

  • Have you experienced this same bug with .NET Framework?:
    No

  • More info:

  1. This is a regression issue.
  2. It cannot reproduce on .NET core 3.1 & .NET 5.0 Preview8.

Problem description:
When set button's FlatStyle as Flat or Popup, the right border line of button is not overlap.(lower border also exist this issue)
net5

Expected behavior:
The right border and lower border of button should display as following video.
core31

Minimal repro: TestApp.zip

  1. Create a new winforms .NET core project and target to .NET 5.0.
  2. Add a Button to the form designer.
  3. Set the FlatStyle of Button as Flat.
  4. Build and run the project.
  5. Observe the right border and lower border of button.
@RussKie RussKie added this to the 5.0 RC2 milestone Aug 27, 2020
@RussKie RussKie added 💥 regression-preview Regression from a preview release Priority:1 Work that is critical for the release, but we could probably ship without 🪲 bug Product bug (most likely) labels Aug 27, 2020
@ghost ghost added the 🚧 work in progress Work that is current in progress label Sep 1, 2020
@ghost ghost removed the 🚧 work in progress Work that is current in progress label Sep 2, 2020
@Amy-Li03
Copy link
Contributor Author

Verified this issue on .NET 5.0 RC2 latest build 5.0.100-rc.2.20459.24, issue was fixed. The right border and lower border of Button display correctly when setting button's FlatStyle as Flat or Popup.

@RussKie RussKie removed this from the 5.0 RC2 milestone Sep 25, 2020
@RussKie RussKie removed the Priority:1 Work that is critical for the release, but we could probably ship without label Sep 25, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🪲 bug Product bug (most likely) 💥 regression-preview Regression from a preview release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants