Drop Area condition bug?

Hello,

I’m trying to set up a condition on my DropArea for Like and Dislike actions. Here’s my current setup:

  • DragDrop Element (aligned to parent)
    • GroupHold (contains info like name, etc., in a column layout)

When I set a condition directly on the DragDrop Element, for example:
When DropArea Dislike is dragged over → set background color to red
it works as expected.

However, if I set the same condition on GroupHold, the condition doesn’t trigger, the background stays white.

Interestingly, if I add an icon to the page outside the DragDrop Element Group and set the condition:
When DropArea Dislike is dragged over → set background color to red,
it works perfectly.

But as soon as I move the icon inside the GroupHold or into the DragDrop Element, the condition stops working again.

Is this a bug, or am I missing something fundamental about how these conditions and element hierarchies work?

I’m bumping this because i have still not found a solution to it