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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.