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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.