Skip to content

Problem Picking Target on New Edge #94

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

Closed
jdanish opened this issue Jun 30, 2020 · 3 comments
Closed

Problem Picking Target on New Edge #94

jdanish opened this issue Jun 30, 2020 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jdanish
Copy link
Collaborator

jdanish commented Jun 30, 2020

Right now, if you click "add edge" the target field reads "pick one..." You cannot type into this field as you used to be able to. If you click on a node it will be selected. Then you can click "change target" and it works as previously (you see an autocomplete list). The autocomplete list should work when first loaded.

@jdanish jdanish added the bug Something isn't working label Jun 30, 2020
@benloh
Copy link
Collaborator

benloh commented Jun 30, 2020

@jdanish Is this on the master branch or on 1.2.1cleanup?

@jdanish
Copy link
Collaborator Author

jdanish commented Jun 30, 2020 via email

@benloh
Copy link
Collaborator

benloh commented Jun 30, 2020

@jdanish This should be fixed now with 57ce99c.

The problem was the optimization skipped constructing any components that weren't displayed when not in edit mode, so the call to enable the AutoComplete field was being made with a non-existing AutoComplete field.

In general, we probably need to completely rewrite the EdgeEditor to simplify it (or break out the components) now that we have a better grasp of what it needs to do.

@benloh benloh closed this as completed Jun 30, 2020
@benloh benloh added this to the Version 1.3.0 milestone Aug 17, 2020
@benloh benloh mentioned this issue Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants