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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.