Search Issue Tracker
By Design
Votes
0
Found in
2022.0.1
Issue ID
1434172
Regression
Yes
EditorWindow.minSize not used properly when an EditorWindow is docked.
This issue has no description.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note:
This is by design. This change was made on purpose. The problem with respecting the minSize of a Window when docked is that it makes it very difficult to resize other docked windows. It was also always a lie anyway, since if you had 2 windows docked side by side with each a minSize, one of them would still be smaller than its minSize to all the other one to respect its minSize. This setup would result of wild snapping as each window would try to force its own minSize onto others.