Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.3.0a3
Issue ID
UUM-112235
Regression
No
Selected setting is not fully marked in the "Add Settings" modal
Steps to reproduce:
- Create a project
- File -> Build profiles
- Select the platform and click "Add Build Profile"
- Leave the default proposed build title and click "Add Build Profile"
- Verify that the new build is created and you get its data in the build details window
- Click "Add Settings"
- Select any item from the list
Actual results: The selection markup is presented over most of the line, leaving a small portion unmarked
Expected results: The markup must be displayed across the entire line
Reproducible with versions: 6000.3.0a2, 6000.3.0a3
Not reproducible with versions: -
Can’t test with versions: 6000.3.0a1: "Add Settings" functionality is added only from the 6000.3.0a2 build.
Tested on (OS): M1 Max - Sequoia 15.5
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
This is a cosmetic issue that poses a risk of performance regression. The additional spacing is caused by the scrollbar, which may or may not be visible depending on the content. Currently, we lack a reliable method to determine whether the scrollbar will be displayed.
This issue also occurs when using the Add Component menu and has been a known limitation for an extended period. Given the complexity of implementing a proper fix without potential side effects, I am marking this as "Won't Fix."
We plan to address this issue when we upgrade the dropdown component to use UI Toolkit, which will provide better handling of dynamic scrollbar visibility.