wieslawsoltes / Dock

A docking layout system.
https://wieslawsoltes.github.io/Dock/
MIT License
915 stars 95 forks source link

ProportionalDock is covering up the DocumentDock #312

Closed curvedspace closed 8 months ago

curvedspace commented 10 months ago

After upgrading Dock from 11.0.0.2 to 11.0.0.3 I am seeing a different behavior with the docks. I have a left hand tooldock and a document dock. In version 11.0.0.2 this was displaying fine, the tooldock on the left and the document dock in the rest of the window. After upgrading to 11.0.0.3 the tooldock on the left now covers the entire window and overlaps the document dock. I can still create documents and they are shown in the document dock, but I can only see them if I close the tooldock. I have played with it a bit and created a right tooldock as well and it is shown properly but the left tooldock still is covering the document dock in the middle. I have compared my code to the sample MVVM app and cannot find any meaningful differences. I am on Linux with .NET 6. If anyone has ideas, please let me know.

With 11.0.0.2 11 0 0 2-2023-12-08_10-31

With 11.0.0.3 11 0 0 3-2023-12-08_10-33

artizzq commented 9 months ago

I have got same problem so I downgraded for a while