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

[EDITION/GRAPH] Problems using a touchpad #23

Closed
masthom opened this issue Nov 1, 2020 · 4 comments
Closed

[EDITION/GRAPH] Problems using a touchpad #23

masthom opened this issue Nov 1, 2020 · 4 comments

Comments

@masthom
Copy link
Contributor

masthom commented Nov 1, 2020

For some reasons it's not possible anymore to grasp and move the nodes in the visualization of the dynamic graph by using a touchpad (and not a mouse). I remember it worked fine earlier this year (spring or summer)?

@musicEnfanthen
Copy link
Member

It is broken for mouse usage, too. I am investigating.

@musicEnfanthen
Copy link
Member

Ok, I think I found the problem. After updating the d3 libraries (that are used to create the graph view) to their latest version, they internally use now d3 version 6 which introduced a breaking change regarding event listeners.

Fixed this issue already according to the migration guide: https://observablehq.com/@d3/d3v6-migration-guide#events

Should be available with the next release that I hope to trigger these days. Could you then have a look, please, if the touchpad issue still exists?

@musicEnfanthen
Copy link
Member

Fixed in e96becb

@masthom
Copy link
Contributor Author

masthom commented Nov 24, 2020

Awesome!

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