I have searched the community and it seems to be a bug.
Do you have a solution?
I realized that in the new editor there are no more rows and columns to organize the screen, so I used groups, but that created a problem:
When I try to click on a control (which I made very small) I can’t because the group is clicked.
How can I solve this problem?
Should I create the screen without groups?
Do the rows and columns no longer exist?
When you add components in your screen, you will see the left pane builds a tree like representation of your components.
Make sure the Group component is at a lower order than the components inside it. You can only click on components that are at higher order than the group containing them.
I’m not getting you. All what you explained happens when you create the group first then add the components. If you have the components added first then you add a group, you will get this behavior but not all the time.
I have not noticed this with the latest update but this was happening on and off.
Are you sure what you try to click on is part of the group and not placed behind the group?
It does not matter what you create first, if you can place an object within a group, this object becomes a child of the group and therefore its coordinates are relative to the Father’zero and its visibility is related to the Father’s visibility.
Can you point out the component that does not respond to your click and instead the group is the one responding?
This is true if you want all the objects to be part of the group. In some cases you want an object to be floating above the group in which case it will look like it is part of the group but in reality it isn’t. In this case the floating object should be above the group in the tree.
You are right, I expressed myself wrongly, sorry.
Actually it is not true that the checkbox does not respond to the click, but you have to center it very well otherwise the click is taken by the group.
Since the checkbox is very small, there are more times when the click goes to the group than when it goes to the checkbox.
It would take a group property that says, “not clickable.”
the real problem is that all objects are clickable and the ability to click cannot be disabled, which is very confusing to end users.
I understand all the programming difficulties, but this is a paid service, not even very cheap, it should be more reliable.
Yes, we need a way to disable the click detection for a group. I posted about this in another topic but we should create a feature request here on the forums and on GitHub.
the labels, groups and images usually do not have to be selectable, if the user sees that clicking has a fading behavior, he expects him to do a function. how do you get rid of the fading behavior of these elements?