Echo2 components' over loping

Hi,

I added SelectFiled and PopUp components to UI.
These two components are added in the same side of UI and near by (I attached file which shows the UI).

The situation is:
1). I selected (clicked) SelectField Compenent to select the field
2). at the time cursor moved on to the PopUp, it is opened and over loping some part of the selectfield.

In this situation I am confusing which menu belongs to which and what I have to select.

Here I am attaching a file which shows the UI (Components in which way added to UI).

What will be the solution to avoid this ?
Thanks in advance.

-Gan

a.schild's picture

Hello Gan, as you have

Hello Gan,

as you have seen, it's always a bad idea to have multiple menus "open" at the same time, especially when they overlap.
I think that as soon as Step2 occurs, you should make sure the select field gets "closed" again, so the user only sees one menu open.

If that's not possible I would suggest to move the Popup more to the right, so they don't overlap.

André