Select element act like its not in container

This is the situation

  1. I have Main container and inside i have all elements including Container2 that expand when mouse is over Main container, and colapse when mouse leave Main container.

  2. On container2 i have 3 select elements. 1. WeWeb select element, 2. AI generated select element and Weweb deprecated select element.

  3. As you can see in video, when i click on Weweb select element or AI select element, Container2 colaps which is wrong. Its acting like mouse is not over Main container. But when i click on WeWeb deprecated select element everything is ok.

For now i have this problem only with select element. Not with buttons, icons, text, divs etc.

Bug

hi,

try to use “stop click propagation” action. It should do the trick. Place it in the very beginning of the “on change” workflow of the select elements

Hi Batik

Thanks for answer. I have try but it dont do the trick:

that’s strange. Can you record a full video of your setup? Like what’s the exact workflow that is triggering container to expand

Here i made video. I cant upload bigger file than 10mb so i needed to split video in 4 smaller parts.

Everything that i do is changing variable on Mouse Enter and Mouse Leave, and bind Container 2 heigh to this variable.

Bug7

Bug8

Bug9

Bug10