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
- Diagnostics logs are missing, duplicated, or out of order when viewing Player sessions in Cloud Diagnostics
- Prefab Overrides “Apply” button is too big and overlaps with the context menu’s outline
- Prefab Overrides “No Overrides” text is too large, and the the Context Menu of the Parent GameObject has a lot of empty space when opened
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
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.