You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user closes a visualizer window by clicking the X in the top right corner, the Show Visualizer option in the context menu doesn't change. My initial thought was that the context menu should update to Show Visualizer > None, but then I found that the visualizer settings persist because the Visible flag in the layout file gets set to false, while setting the Visualizer explicitly to None erases these settings entirely.
Related to #1823 and perhaps does not need its own issue, but at least for me I find it confusing to exit out of the visualizer window and still see that the visualizer is selected. Double clicking on the node or changing selection can make it visible again, but maybe a simple fix would just be to always set Visible -> true on selection in context menu.
The text was updated successfully, but these errors were encountered:
@ncguilbeault The reason why we do this is so you can close a visualizer and then bring it back with the same visualizer settings. I agree it is confusing that it still shows it is selected, but this is a behavior we want to keep since otherwise you would have to change things like axis ranges, history length, etc. every time you close and reopen a visualizer.
Maybe we need an extra status indicator to show whether it is selected and visible, versus only selected, would that work?
@glopesdev The extra status indicator would definitely be helpful. I still think it would still be nice to have the ability to reopen the visualizer directly from the menu options even if the selection doesn't change. I tried to make a PR to fix this
When a user closes a visualizer window by clicking the X in the top right corner, the Show Visualizer option in the context menu doesn't change. My initial thought was that the context menu should update to Show Visualizer > None, but then I found that the visualizer settings persist because the Visible flag in the layout file gets set to false, while setting the Visualizer explicitly to None erases these settings entirely.
Related to #1823 and perhaps does not need its own issue, but at least for me I find it confusing to exit out of the visualizer window and still see that the visualizer is selected. Double clicking on the node or changing selection can make it visible again, but maybe a simple fix would just be to always set Visible -> true on selection in context menu.
The text was updated successfully, but these errors were encountered: