Search Issue Tracker
By Design
Votes
5
Found in
2019.4
2020.3
2020.3.15f2
2021.1
2021.2
2022.1
Issue ID
1354813
Regression
No
Resize control overlaps other controls (i. e. Scrollbar) in the Editor when windows are docked side by side
How to reproduce:
1. Create a new project
2. Dock two windows side by side
3. Make sure that there's a scrollbar between those windows (i.e. Project Window with a lot of Assets)
4. Move the mouse on the scrollbar's half closer to the other window's edge
Expected result: Can use scrollbar when dragging
Actual result: Resize control takes over half of the scrollbar
Reproducible with: 2019.4.29f1, 2020.3.16f1, 2021.1.17f1, 2021.2.0b7, 2022.1.0a5
Comments (1)
-
CrowaL
Oct 27, 2021 23:57
GIF explaining the UX bug.
https://forum.unity.com/threads/workflow-case-study-show-us-your-pain.637552/page-12#post-7471396
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
- Shader Graph Material is left in broken state when switching from a .git branch with no HDRP to a branch that contains HDRP
- Crash on buffer_add_value_full when hovering over SerializedProperty.boxedValue in Debug Mode after ISerializationCallbackReceiver.OnAfterDeserialize modifies value
- Editor is not capitalised consistently in Preferences window
- [Linux] “Restore Defaults” warning window appears behind Profiler Modules dropdown
- [iOS] Time.deltaTime is switching between 9.998583E-06 and approximately 0.01 seconds
Resolution Note:
Buffer is required between windows to allow for the resizing. This is currently how the system is design.