Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's not possible select a ui control if have a ui control container above #3083

Open
MrCapy0 opened this issue Dec 1, 2024 · 3 comments
Open
Labels
bug Something isn't working editor ui
Milestone

Comments

@MrCapy0
Copy link
Contributor

MrCapy0 commented Dec 1, 2024

Issue description:

Pls, allow select ui controls even if i have a container above the control. It's hard work in complex UIs with layers.

On this case i can't select the button.

2024-12-01.14-28-48.webm

Flax version:
1.10 master

@Tryibion
Copy link
Member

I can see this getting tricky fast... because we can't just ignore panels from selection. I think there would need to be some other solution.

@MrCapy0
Copy link
Contributor Author

MrCapy0 commented Dec 19, 2024

@Tryibion Maybe check if is full transparent to ignore the selecion?

@mafiesto4 mafiesto4 added bug Something isn't working editor ui labels Jan 6, 2025
@mafiesto4 mafiesto4 added this to the 1.10 milestone Jan 6, 2025
@mafiesto4
Copy link
Member

I think we might want to move Panel.ContainsPoint impl to ContainerControl and verify it doesn't break other control types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working editor ui
Projects
None yet
Development

No branches or pull requests

3 participants