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

Automation Editor Nodes Don't Always Delete #3301

Open
miketurn opened this issue Jan 27, 2017 · 4 comments
Open

Automation Editor Nodes Don't Always Delete #3301

miketurn opened this issue Jan 27, 2017 · 4 comments
Labels

Comments

@miketurn
Copy link
Contributor

Not sure if anyone else has experienced this, not a big deal.
When you have the pencil tool selected and you try to use your Right mouse button to delete a node (or point), sometimes they delete fine but other times even though the crosshairs/arrow is in the node circle, if you are a little off center the nodes don't delete.

@tresf
Copy link
Member

tresf commented Jan 27, 2017

Sounds similar to #391.

@miketurn
Copy link
Contributor Author

@tresf
(Again not a big deal, it can just feel a little odd)
I am not sure, I think in the case of what I am referring to is that although the node is a round circle it is only programmed to delete it from its center point, so if you try to delete it off center of that node with a it does not register it. Yet if you hold down your RIGHT mouse button and drag across, the second the purple crosshairs touch the node at its side it gets deleted.

In testing this I also found a minor minor bug which I will create a new post for.

@zonkmachine
Copy link
Member

zonkmachine commented Dec 6, 2017

This has improved since 1.2.0-rc4 but is still a bit insensitive. In order for this to be fixed completely you could do something like a search to find the closest automation point and delete that one.

Edit: Deleting points in general has improved but this issue is the same.

@zonkmachine zonkmachine added the ux label Dec 7, 2017
@husamalhomsi husamalhomsi removed the ux label Jul 31, 2019
@tecknixia
Copy link
Contributor

I believe I may have fixed this problem in this PR:
#5232

The cursor now turns into a hand on the edges of the circle, and as soon as it does, when you right click it will delete.

I can't say the same for when you're holding and dragging the mouse, the same while loop and if statement is being used, but for some reason during a mouse move, it won't detect until the center (just on the left side). Although, when you're holding and moving the mouse, it's real easy to just swipe the center, and doesn't seem to hinder the user experience.

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

No branches or pull requests

5 participants