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

  1. Resolution Note (fix version 2023.3.0a1):

    Fixed UUM-39830 @camilo-palma:
    UI Toolkit: Fixed contentContainer for RadioButtonGroup.

  2. Resolution Note (fix version 2023.2.0b5):

    Fixed UUM-39830 @camilo-palma:
    UI Toolkit: Fixed contentContainer for RadioButtonGroup.

  3. Resolution Note (fix version 2022.3.8f1):

    Fixed UUM-39830 @camilo-palma:
    UI Toolkit: Fixed contentContainer for RadioButtonGroup.

Add comment

Log in to post comment