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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
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.