question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Zoom is not working anymore

See original GitHub issue

Example code

import numpy as np
from bqplot import pyplot as plt

plt.figure(1, title='Line Chart')
np.random.seed(0)
n = 200
x = np.linspace(0.0, 10.0, n)
y = np.cumsum(np.random.randn(n))
plt.plot(x, y)
plt.show()

Now clicking the panzoom button, we don’t have a working zoom anymore.

This was originally reported downstream at https://github.com/spacetelescope/jdaviz/issues/486 and the upstream issue at https://github.com/d3/d3-zoom/issues/231

This affects Chrome 89.0.4389.90 (OSX), and is demonstrated by zoom not working at: https://observablehq.com/@philjones/zoom-svg-chrome-89-0-4389-90-bug

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
maartenbreddelscommented, May 6, 2021

@pllim yes, I linked to https://github.com/spacetelescope/jdaviz/issues/486 so i guess those are duplicates.

0reactions
maartenbreddelscommented, May 11, 2021

The bug appeared again for me as well, but https://github.com/bqplot/bqplot/pull/1347 should fix it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common reasons for Zoom not working and how to fix them
When any app stops responding, it's often due to memory or processing power conflict. It can also happen due to a bug. If...
Read more >
The most common Zoom problems and how to fix them now
The most common Zoom problems and how to fix them · Further reading: · Solution 1: Check Zoom settings · Solution 2: Exit...
Read more >
Zoom Not Working? Here's What to Do. - Reviews.org
My camera isn't working while using Zoom · Make sure you don't have any other apps open that use your camera. · Don't...
Read more >
Zoom not Responding: 4 Great Ways to get it Working Again
Zoom might stop responding if you have some apps using your PC camera or an app that consumes too many resources. The solution...
Read more >
Troubleshooting when you can't join a Zoom meeting
If you are experiencing issues when trying to join a Zoom meeting using your browser, installing the Zoom desktop client might help.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found