haroohie-club/SerialLoops

Background music doesn't stop playing when tab is exited via context menu

Closed this issue · 0 comments

The culprit is the fact that the close tab command from that context menu just calls

_tabs.Tabs.Remove(_tabs.Tabs.SelectedPage);

which doesn't trigger the PageClosed event on the DocumentControl.

Discovered via the UI tests!