quiclog / qvis

QUIC and HTTP/3 visualization tools
https://qvis.edm.uhasselt.be
MIT License
176 stars 23 forks source link

Removed trace can linger if opened prior #41

Open rmarx opened 3 years ago

rmarx commented 3 years ago

If you first open a trace in one of the visualizations, then remove it using the FileManager overview, then go back to the visualization, the removed trace is still loaded.

For some reason, the data binding doesn't auto-update/re-render here, even though the dropdown no longer shows the removed trace.

I have no idea why this happens and don't think this will be a big problem for most users, so decided to open an issue for now instead of solving immediately (I expect this to be a deep rabbit hole).

Note: tied to other quality-of-life issues such as visualizations not auto-switching to last loaded trace when coming from filemanager.