Search Issue Tracker
Not Reproducible
Not Reproducible in 6000.5.X
Votes
0
Found in
6000.0.64f1
6000.2.15f1
6000.3.1f1
6000.4.0b1
6000.5.0a3
Issue ID
UUM-130496
Regression
Yes
UI Toolkit Dropdown list elements use default color instead of USS color override when hovering mouse over them
How to reproduce:
1. Open the attached "IN-126810_Dropdown_hover_bug_test.zip" project
2. Open the "SampleScene"
3. Enter Play mode
4. Open the "Dropdown" list at the top of the window
5. Hover mouse over any of the elements in dropdown list
6. Observe the element color
Actual result: Element color changes to white
Expected result: Element color changes to the one specified in the "global_controls" USS style sheet
Reproducible with: 6000.0.54f1 (4c506e5b5cc5), 6000.0.64f1, 6000.2.15f1, 6000.3.1f1, 6000.4.0b1, 6000.5.0a3
Not reproducible with: 6000.0.53f1
Reproducible on: Windows 11
Not reproducible on: No other environments tested
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
- 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
Resolution Note:
This is not proper usage of styles in UITK and does not use the correct USS selectors.
Overriding the PanelSettings like this is not correct usage of styles. The act of changing default unity elements can still be done using proper selectors and attaching the stylesheet to the UXML.
Resolution Note (6000.5.X):
This is not proper usage of styles in UITK and does not use the correct USS selectors.
Overriding the PanelSettings like this is not correct usage of styles. The act of changing default unity elements can still be done using proper selectors and attaching the stylesheet to the UXML.