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

RadioButton rendered incorrectly in MacCatalyst #15214

Closed
vsfeedback opened this issue May 22, 2023 · 1 comment
Closed

RadioButton rendered incorrectly in MacCatalyst #15214

vsfeedback opened this issue May 22, 2023 · 1 comment
Labels
area-controls-radiobutton RadioButton, RadioButtonGroup platform/iOS 🍎 s/try-latest-version Please try to reproduce the potential issue on the latest public version t/bug Something isn't working

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


RadioButtons do not render the button, but clicking on the Content does provide the correct behavior on MacCatalyst when built with Mac OS version of VisualStudio.

The following xaml does not render the round button:



<RadioButton CheckedChanged="RadioButton_CheckedChanged"
                Content="Cat"
                Value="Cat"/>

Brining the project over to a Windows 10 installation shows correct behavior with the round buttons being displayed.

Verified to occur with a MacCatalyst target with Mac OS 13.4, Visual Studio 17.5.45 (build 12) on M1 Ultra Silicon.

Verified ro occur with MacCatalyst with Mac OS 13.4, Visual Studio 17.5.45 (build 12) on M2 silicon.

Verified to not occur with the above configurations when targeting the iPad Mini simulator. Verified to not occur with Windows 10 with Visual Studio 17.6.0 when targeting Windows.


Original Comments

Feedback Bot on 5/21/2023, 06:05 PM:

(private comment, text removed)


Original Solutions

(no solutions)

@Eilon Eilon added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 22, 2023
@PureWeen PureWeen added platform/iOS 🍎 area-controls-radiobutton RadioButton, RadioButtonGroup s/try-latest-version Please try to reproduce the potential issue on the latest public version labels May 23, 2023
@ghost
Copy link

ghost commented May 23, 2023

Hi @vsfeedback. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version.

You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository.

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@ghost ghost closed this as completed May 31, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 30, 2023
@samhouts samhouts added the t/bug Something isn't working label Feb 5, 2024
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-radiobutton RadioButton, RadioButtonGroup platform/iOS 🍎 s/try-latest-version Please try to reproduce the potential issue on the latest public version t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants