Skip to content

Mesh3d unable to hover on points positioned on the right side of the scene #4533

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
archmoj opened this issue Jan 30, 2020 · 3 comments · Fixed by #4534
Closed

Mesh3d unable to hover on points positioned on the right side of the scene #4533

archmoj opened this issue Jan 30, 2020 · 3 comments · Fixed by #4534
Assignees
Labels
bug something broken regression this used to work

Comments

@archmoj
Copy link
Contributor

archmoj commented Jan 30, 2020

In this demo hover only shows up for the very first point!
To hover on the other points one has to rotate the graph so that the point displays on the left side of the scene.

@archmoj
Copy link
Contributor Author

archmoj commented Jan 30, 2020

Working demo using v1.44.4
This is a regression since v1.45.0.

@empet
Copy link

empet commented Jan 30, 2020

@archmoj It seems that this issue manifests only for meshes wih big faces. In this case https://plot.ly/~empet/15482 the hoverboxes are displayed no matter where is the vertex position.

@archmoj
Copy link
Contributor Author

archmoj commented Jan 30, 2020

@empet thanks for the feedback.
The issue is related to wrong write to/read from mesh3d pick layer i.e. impacted by config.plotGlPixelRatio.
By setting to 1 it works fine: demo.
I am trying to fix this in v1.52.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken regression this used to work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants