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

Gadget grabbable takes priority over gadget scanner #161

Open
alandao opened this issue Sep 26, 2020 · 1 comment
Open

Gadget grabbable takes priority over gadget scanner #161

alandao opened this issue Sep 26, 2020 · 1 comment

Comments

@alandao
Copy link

alandao commented Sep 26, 2020

It's possible to have a composed entity with a moveable component whose grabbable range is greater than the immediate surrounding. This means the hand-cursors will always be selected to grab entity rather than anything else. I can't delete the gadget instance using the gadget scanner, as trying to press the trash button ends up grabbing the entity (assuming you have one hand that picked up the entity, the other hand picking up the scanner, and then letting go of the entity to press the trash button). To mitigate this, I have to restart Aardvark.

I think the gadget scanner and its grabbable entities(the trash button) should have precedence over any other gadget out there, so it can always be possible to delete rogue apps.

@JoeLudwig
Copy link
Collaborator

Yeah, the system stuff should probably have higher priorities on its volumes and forbid gadgets from using priorities that high.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants