Search Issue Tracker
Fixed
Fixed in 2022.3.8f1, 2023.1.9f1, 2023.2.0b5, 2023.3.0a1
Votes
0
Found in
2022.3.0f1
2023.1.0b19
2023.2.0a18
2023.3.0a1
Issue ID
UUM-39830
Regression
Yes
"unity-radio-button-group__container" element is not referenced when calling RadioButtonGroup.contentContainer
Reproduction steps:
1. Open project “Radio Button Group.zip”
2. Open “SampleScene”
3. Enter Play Mode
4. Observe Game view
Expected result: a “New button.” is displayed - RadioButtonGroup.contentContainer references the "unity-radio-button-group__container" element, so calling Clear() does not remove the entire group, and a new button is added
Actual result: nothing is displayed - contentContainer references the group itself, thus, the Clear() function removes the entire group including the label
Reproducible with: 2022.2.0a16, 2022.3.0f1, 2023.1.0b19, 2023.2.0a18
Not reproducible with: 2021.3.26f1, 2022.2.0a15
Reproducible on: macOS Ventura 13.2.1 (Intel), Windows 10 (by reporter)
Note: Also reproducible in Standalone Player
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes when debugging a for loop
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
Resolution Note (fix version 2023.3.0a1):
Fixed UUM-39830 @camilo-palma:
UI Toolkit: Fixed contentContainer for RadioButtonGroup.
Resolution Note (fix version 2023.2.0b5):
Fixed UUM-39830 @camilo-palma:
UI Toolkit: Fixed contentContainer for RadioButtonGroup.
Resolution Note (fix version 2022.3.8f1):
Fixed UUM-39830 @camilo-palma:
UI Toolkit: Fixed contentContainer for RadioButtonGroup.