FredrikS

Results 3 issues of FredrikS

Removed the check for non-floating content before clearing PreviousContainer during LayoutRoot.CollectGarbage. In the case of a detached content in a pane (content made floating), that content will already have been...

When documents are placed side by side (creating multiple panes) as below: ![image](https://github.com/Dirkster99/AvalonDock/assets/54274027/5b5970a7-39f4-4eb3-8457-5b77c2988b12) And any of the documents are made floating, the empty pane is not removed during LayoutRoot.CollectGarbage: ![image](https://github.com/Dirkster99/AvalonDock/assets/54274027/e49ea4f2-a856-4200-a4ca-b23aa3426937)...

When closing a document that is the single document of a floating window, the next active document is set to an unexpected one. The logic behind closing the document checks...