Search Issue Tracker
Won't Fix
Won't Fix in 6000.1.X
Votes
0
Found in
2021.3.44f1
2022.3.49f1
6000.0.22f1
6000.1.0a7
Issue ID
UUM-83532
Regression
No
The selection outline appears on the first dropdown when another dropdown is selected
How to reproduce:
1. Create a new HDRP Unity project
2. Make sure to have at least two light sources in the Hierarchy
3. Go to Window -> Rendering -> Light Explorer
4. Open a dropdown in the "Type" column
5. Click any other dropdown
Expected results: Another dropdown is opened
Actual results: Another dropdown is not opened and the selection appears on the first dropdown
Reproducible with: 2021.3.44f1, 2022.3.49f1, 6000.0.22f1
Reproducible on: macOS Sequoia 15.0 (M1)
Not reproducible on: No other environment 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
- Animator state transition preview clips are flickering when zooming in
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
Resolution Note:
It is true that the handling of dropdown menus differs between Mac and Windows.
When trying to open another dropdown while one is already open,
on Mac, the previously open dropdown closes,
whereas on Windows, the previously open dropdown closes and the other dropdown opens.
However, currently on Mac, we use NSPopUpButton for dropdown handling, and when an NSPopUpButton is visible, event handling for the parent view becomes difficult.
(I have inquired about this in the #platforms-mac channel: https://unity.slack.com/archives/C06TQBLH2/p1732610635193689)
Moreover, there was an opinion that the behavior on Windows is less correct compared to that on Mac.
Although it would be ideal to unify the dropdown handling behavior between Mac and Windows, we need to define a unified behavior first.
Therefore, if we decide to unify the dropdown handling in the future, it would be better implemented as a new ticket.
After discussing with the ticket reporter, Anastasija Safonova, we have decided to close this ticket.
Resolution Note (6000.1.X):
It is true that the handling of dropdown menus differs between Mac and Windows.
When trying to open another dropdown while one is already open,
on Mac, the previously open dropdown closes,
whereas on Windows, the previously open dropdown closes and the other dropdown opens.
However, currently on Mac, we use NSPopUpButton for dropdown handling, and when an NSPopUpButton is visible, event handling for the parent view becomes difficult.
(I have inquired about this in the #platforms-mac channel: https://unity.slack.com/archives/C06TQBLH2/p1732610635193689)
Moreover, there was an opinion that the behavior on Windows is less correct compared to that on Mac.
Although it would be ideal to unify the dropdown handling behavior between Mac and Windows, we need to define a unified behavior first.
Therefore, if we decide to unify the dropdown handling in the future, it would be better implemented as a new ticket.
After discussing with the ticket reporter, Anastasija Safonova, we have decided to close this ticket.