fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
Apache License 2.0
9.94k stars 1.13k forks source link

Window management is chaotic #699

Open jcowles opened 4 years ago

jcowles commented 4 years ago

Bug Description Windows seem to pop around on their own - I go out of my way to organize them and then a second later they shuffle around.

I feel like this is actually getting worse over time with newer visdom updates.

Reproduction Steps Attempt to organize several windows while updating or close a window, then watch all your carefully organized work shuffle around.

Expected behavior Windows should stay where I put them. If they need to be reorganized, they should be moved minimally, not randomly shuffled.

JackUrb commented 4 years ago

Hi @jcowles - sorry for the long delay here. This is a long-noted issue with visdom (#620, and earlier) but it comes from one of the core parts of the initial frontend implementation. It is of course a solvable issue, but I haven't gotten a chance to try it. More details are in #712.

jcowles commented 4 years ago

FYI, this will be the reason I stop using Visdom -- I'm not trying to put pressure on this, just letting you know the level of importance for me.