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

Button on .NET8 not considering CornerRadius="0" #19421

Closed
maexsp opened this issue Dec 14, 2023 · 2 comments · Fixed by #18959
Closed

Button on .NET8 not considering CornerRadius="0" #19421

maexsp opened this issue Dec 14, 2023 · 2 comments · Fixed by #18959
Labels
area-controls-button Button, ImageButton fixed-in-8.0.7 fixed-in-9.0.100-preview.1.9973 i/regression This issue described a confirmed regression on a currently supported version platform/android 🤖 t/bug Something isn't working
Milestone

Comments

@maexsp
Copy link
Contributor

maexsp commented Dec 14, 2023

Description

On MAUI the Button from Microsoft.Maui.Controls is not considering the CornerRadius when using .NET8 Android. On .NET7 it seems to work fine.

Steps to Reproduce

1.) Create sample MAUI App
2.) Set Button CornerRadius="0" and run on Android Device
3.) CornerRadius is ignored.

Link to public reproduction project repository

No response

Version with bug

8.0.3

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

7.0.101

Affected platforms

Android, I was not able test on other platforms

Affected platform versions

Android 13

Did you find any workaround?

No.

MauiButtonNet8CornerRadius

Relevant log output

No response

@maexsp maexsp added the t/bug Something isn't working label Dec 14, 2023
@mattleibow mattleibow added platform/android 🤖 legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor area-controls-button Button, ImageButton potential-regression This issue described a possible regression on a currently supported version., verification pending labels Dec 14, 2023
@mattleibow mattleibow added this to the Backlog milestone Dec 14, 2023
@ghost
Copy link

ghost commented Dec 14, 2023

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

@NielsKnaap
Copy link
Contributor

@maexsp This is already fixed on main and will probably be fixed in the next release: #18959

@samhouts samhouts closed this as completed Apr 3, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 4, 2024
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
@samhouts samhouts added i/regression This issue described a confirmed regression on a currently supported version and removed fixed-in-8.0.14 fixed-in-8.0.10 fixed-in-8.0.40 potential-regression This issue described a possible regression on a currently supported version., verification pending labels Jul 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-button Button, ImageButton fixed-in-8.0.7 fixed-in-9.0.100-preview.1.9973 i/regression This issue described a confirmed regression on a currently supported version platform/android 🤖 t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants