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

visjs-network#68: hidden edge bug #29

Merged
merged 4 commits into from
Jul 27, 2019
Merged

visjs-network#68: hidden edge bug #29

merged 4 commits into from
Jul 27, 2019

Conversation

mojoaxel
Copy link
Member

@mojoaxel mojoaxel commented Jul 27, 2019

This is an original contribution from @DarylMcCullough: visjs-community/visjs-network#68

part of #7


Fixes issue #67 "Network - does updating an edge cause it to reset automatically in Hierarchical view".

There is an example of the buggy behavior in test/hidden_edge_test.html. To see the bug:

Click on node 3.
Drag it to the right.
Release the mouse.
Then hover over node 3 (or any other node or edge).
The graph will reset (it shouldn't).
The only change is to the file Edge.js in lib/network/modules/components. Rebuild using "yarn" and "yarn build" and then retry the example hidden_edge_test.html

@mojoaxel
Copy link
Member Author

use examples/network/tests/hidden_edge_test.html to test this.

@yotamberk yotamberk merged commit 2c51833 into master Jul 27, 2019
@yotamberk yotamberk deleted the hidden_edge_bug branch July 27, 2019 16:18
@mojoaxel mojoaxel added this to the v6 milestone Jul 27, 2019
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

Successfully merging this pull request may close these issues.

3 participants