[BUG] Item Action Panel as Tooltip

Egnech

New member
Hello!

I have found an issue with Item Action Panel, when it was turned to Tooltip.
Checkout the video here

Item Action Panel gets reopen after selected action (like: Move) failed. I'm not sure that it's important for action to exactly fail, I think it just reopen on click over the item in grid.

It doesn't happen when Item Action Panel was not turned into tooltip, so I think is has something to do with it.
 
Did you reattach the unbind Item Actions panel when move item action is active?

1643389831508.png

If you aren't sure what that does you might want to review the video tutorial:
 
Yes, I did that.

Screenshot 2022-01-29 at 15.12.58.png

This issue happens only if I'm clicking over the existing item in the grid. Also the opened Action Panel is still binding to the previously moved item.
I think it has something to do with the ItemViewSlotPanelToTooltip and OnItemClicked callback.
 
So looks like the Tooltip component function in parallel to the ItemAction. So you'll want to the unbind it while you are moving too.

1643620563335.png
I believe you could also simply uncheck the "Show" option instead:
1643620633963.png
But it's better to unbind/rebind to be safe.
 
Top