maui icon indicating copy to clipboard operation
maui copied to clipboard

[Windows/Android] Fix RadioButton TextTransform Property not working

Open devanathan-vaithiyanathan opened this issue 6 months ago • 9 comments

[!NOTE] Are you waiting for the changes in this PR to be merged? It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!

Issue Details:

The TextTransform property was not handled for the RadioButton control on Android and Windows platforms.

Description of Change

Handled the TextTransform logic in the MapContent method for both Android and Windows platforms. The content text is now transformed using the TextTransformUtilities.GetTransformedText() method and assigned to the native RadioButton control.

Issues Fixed

Fixes #29729

Tested the behavior in the following platforms.

  • [x] Android
  • [x] Windows
  • [x] iOS
  • [x] Mac

Output Screenshot

Before After
Windows
Windows
Android
Android

/azp run MAUI-UITests-public

jsuarezruiz avatar May 29 '25 13:05 jsuarezruiz

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar May 29 '25 13:05 azure-pipelines[bot]

/azp run MAUI-UITests-public

jsuarezruiz avatar Jun 02 '25 07:06 jsuarezruiz

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Jun 02 '25 07:06 azure-pipelines[bot]

/rebase

jsuarezruiz avatar Jun 05 '25 06:06 jsuarezruiz

/azp run

jsuarezruiz avatar Jun 06 '25 06:06 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Jun 06 '25 06:06 azure-pipelines[bot]

/azp run MAUI-UITests-public

jsuarezruiz avatar Jun 16 '25 11:06 jsuarezruiz

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Jun 16 '25 11:06 azure-pipelines[bot]