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

scatter trace fails to disappear on legend hide #2452

Closed
alexcjohnson opened this issue Mar 7, 2018 · 1 comment
Closed

scatter trace fails to disappear on legend hide #2452

alexcjohnson opened this issue Mar 7, 2018 · 1 comment
Labels
bug something broken regression this used to work

Comments

@alexcjohnson
Copy link
Collaborator

A very specific bug, discovered while working on #2364 but it turns out not to be related to range sliders.

  • Make two subplots, first with a bar trace and the second with a scatter trace. (change almost anything from that configuration and the bug will not manifest)
  • Try to click the legend to hide the scatter trace
  • The scatter trace becomes a ghost - it's still there, but when you zoom around on its subplot it will snap back to the original shape.

https://codepen.io/alexcjohnson/pen/YaKyNb

@alexcjohnson alexcjohnson added the bug something broken label Mar 7, 2018
@alexcjohnson
Copy link
Collaborator Author

Huh, I thought this might have been introduced by #2227 but it still works in 1.32, only breaks at 1.33. Not sure where it came from...

@alexcjohnson alexcjohnson added the regression this used to work label Mar 7, 2018
alexcjohnson added a commit that referenced this issue Mar 8, 2018
fix #2452 - removing and adding scatter(gl) as not the first module
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

No branches or pull requests

1 participant