Open mwcraig opened 2 years ago
Thank you for the detailed report! Sorry for taking a while to follow up with it.
Unfortunately I'm not able to reproduce the behavior, and based on your description I think this would be a phenomenon that I'd be familiar with if it was something that happened with any regularity on the setups I regularly use to test. If I'm reading your GIF correctly, this is macOS/Chrome, right?
Does this behavior happen if you don't make any mouse clicks in the WWT window, i.e. no panning/zooming? I do sometimes see some similar funky behavior relating to dragging tabs in JupyterLab when WWT is active, and I have a theory that it's somehow related to propagation of mouse events out of WWT into JupyterLab. And that's the kind of thing that I think would have some platform/browser-dependent aspects, which I think must be coming into play here.
When I start the WWT app in jupyter lab everything in the interface freezes when I navigate away from the tab with the WWT app. At some point the interface indicates I've tried to drag another tab. Once I complete moving that tab the interface works again.
The GIF below hopefully is clear.
Platform: macOS 11.6.5, Intel core i7
conda/mamba versions:
Steps to reproduce:
mamba create -c conda-forge -n pywwt-2 pywwt jupyterlab=3
conda activate pywwt-2
mamba install nodejs
jupyter labextension install --no-build @wwtelescope/jupyterlab
jupyter lab build
jupyter labextension list
Video: