Search Issue Tracker
Fixed in 2017.1.0f3
Votes
0
Found in
5.6.0f3
Issue ID
899148
Regression
Yes
Adding a child with the UI component to a GameObject under the same Canvas as a Dropdown results in Dropdown list not showing up
How to reproduce:
1. Open the attached "Dropdown Bug Reproduction" project
2. Expand the "Canvas" GameObject in Hierarchy and inspect the "Unrelated Gameobject"
3. In Inspector, disable its "Start Dropdown Broken" setting off and enter playmode
4. Notice that the Dropdown is working correctly, exit the playmode
5. Enable "Start Dropdown Broken" setting on and enter playmode
Expected result: Dropdown list still shows up
Actual result: Dropdown isn't working anymore, list doesn't show up
Notes:
1. Could reproduce the issue only when adding components trough script. Reproducible only if the child GameObject has a parent set and ONLY THEN the UI component is added. Creating a GameObject, adding the UI component to it and then setting a parent GameObject of it has the Dropdown functioning correctly.
2. Can't reproduce the issue when adding Button or Input Field components
Regression introduced in - 5.6.0f1
Reproducible with - 2017.1.0b1, 5.6.0f3, 5.6.0f1
Not reproducible with - 5.6.0b11, 5.5.3f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment