Describe the bug
When disconnecting a server, the Object Explorer tree node briefly shows the raw HTML markup for the disconnect status as literal text instead of rendering it. The node label displays [Disconnecting...] verbatim rather than a greyed-out "[Disconnecting...]" label.
To Reproduce
In Object Explorer, expand Servers and connect to a server.
Right-click the connected server and choose "Disconnect Server" (or disconnect via the toolbar).
Watch the tree node label during the disconnect transition.
See that the label shows the literal string [Disconnecting...] instead of a styled status label.
Expected behavior
During disconnect, the node should display a muted/greyed "[Disconnecting...]" label, with the surrounding markup rendered (or stripped) — not shown as escaped HTML text.
Error message
No error dialog or console error; this is a rendering/display issue in the tree node label.
Screenshots
Describe the bug
When disconnecting a server, the Object Explorer tree node briefly shows the raw HTML markup for the disconnect status as literal text instead of rendering it. The node label displays [Disconnecting...] verbatim rather than a greyed-out "[Disconnecting...]" label.
To Reproduce
In Object Explorer, expand Servers and connect to a server.
Right-click the connected server and choose "Disconnect Server" (or disconnect via the toolbar).
Watch the tree node label during the disconnect transition.
See that the label shows the literal string [Disconnecting...] instead of a styled status label.
Expected behavior
During disconnect, the node should display a muted/greyed "[Disconnecting...]" label, with the surrounding markup rendered (or stripped) — not shown as escaped HTML text.
Error message
No error dialog or console error; this is a rendering/display issue in the tree node label.
Screenshots