-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Using radiobuttons in a group, pressing one button works fine, but pressing the seconf button does not reset the first hence "blocks" the radio buttons all together. #22750
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
@SorenBech2 of course any report is appreciated, but to track things properly could you please next time report 1 problem per issue? 😊 thanks! |
Made this one about RB Can you test with the latest nightly build? |
Hi Shane
Issue with border not expanding has been solved in nightly build 8.0.60-ci.net8.24302.1.
Thanks for your help on this.
Issue with RB remains in that version.
…________________________________
From: Shane Neuville ***@***.***>
Sent: Friday, May 31, 2024 5:18 PM
To: dotnet/maui ***@***.***>
Cc: Søren Bech ***@***.***>; Mention ***@***.***>
Subject: Re: [dotnet/maui] Using radiobuttons in a group, pressing one button works fine, but pressing the seconf button does not reset the first hence "blocks" the radio buttons all together. (Issue #22750)
Made this one about RB
Issue 1 should be fixed on latest nightly
Can you test with the latest nightly build?
https://github.com/dotnet/maui/wiki/Nightly-Builds
—
Reply to this email directly, view it on GitHub<#22750 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A2Y4YKXYV3CITT4BS3FSZFDZFCIFRAVCNFSM6AAAAABISIYGX6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBSGQ4DMOBZG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@PureWeen @jsuarezruiz can someone with the relevant permissions delete the PII from @SorenBech2's message above? |
Description
As a response to issue #18251 (IllegalArgumentException .NET MAUI 8 RC 2) Microsoft.Maui.Controls v. 8.0.60-ci.net8.24277.1 has been developed and it fixes the Tabbar issue of #18251. However, it introduces two new issues (as far as our test has unveiled).
Issue 1:
In XAML a border does not expand when a Label inside the border expamds from one to several lines through a bindable variable in code behind. (Issue easy to identify in repro code)
Issue 2:
Using radiobuttons in a group, pressing one button works fine, but pressing the seconf button does not reset the first hence "blocks" the radio buttons all together. (see repro for demo)
Steps to Reproduce
To reproduce the issues, download the repro code and follow instructions below.
The code is set up to previous version (8.0.40) where there are no issues (with border nor radio buttons). In order reproduce the issues go to TabbarTest.csproj and follow the instructions below:
When the app is compiled (Android) and launched, press the first tab (Border Test). On the Border Test page press the Yes an No buttons to provoke the issues.
Link to public reproduction project repository
https://github.com/SorenBech2/TabbarTest
Version with bug
Unknown/Other
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.40 SR5
Affected platforms
Android
Affected platform versions
Android 13 (have not tested on prior versions
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: