Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.58f1
6000.1.16f1
6000.2.5f1
6000.3.0b2
6000.4.0a1
6000.5.0a1
Issue ID
UUM-119556
Regression
No
[Search] Dragging query pills put them behind the search text field
Steps to reproduce:
- Open the search window (CTRL + K)
- Make sure the search bar is in Query builder mode
- Add any query through the + button
- Drag the query to the right (over the search text field)
Actual result:
The query pill is hidden behind the text field.
Expected result:
The query pill is perfectly visible while dragging.
Tested on Windows and macOS
Reproducible on {}6000.0{}, {}6000.1{}, {}6000.2{}, 6000.3 and 6000.4
Not applicable to previous version.
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Unfortunately, uitk doesn't support z-index. This means the order elements are drawn indicate their respective "z order". When dragging a block to the right (through the textfield) it will always be "under" the said textfield.