Closed andrew-woosnam closed 2 years ago
For some reason I don't understand, calling Close()
on the DeploymentDialogView ALSO closes the LoginView?? (this happens implicitly, seemingly as a decision of WPF; none of our business logic is asking for this to happen)
This explains why this bug only occurs when closing the DeploymentDialog; the RemoteDebugView, by contrast, is "closed" using Hide()
The login view opens as expected for most scenarios, but this very particular sequence of clicks causes an error which prevents the login view from being able open at all.
To reproduce: