Bug 358718

Summary: When at min width, tools docker UI overlaps timeline docker
Product: [Applications] krita Reporter: zottg <zottgrammes>
Component: DockersAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: minor CC: halla
Priority: NOR    
Version First Reported In: 3.0 Alpha   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description zottg 2016-01-29 06:49:15 UTC
1. Enable timeline docker.
2. Place timeline docker at bottom of window.
3. Resize tools docker to be 2+ columns
4. Resize tools docker to be 1 column wide

Actual: The icons in the tools docker overlaps the timeline docker.
Expect: The UI should prevent the user from resizing a docker smaller than the content can fit. In this case, since there isn't enough vertical space to have a single column of tools, the UI should set the minimum width to what will accommodate the tool icons.

5. Click on any of the icons that overlap the timeline docker.

Actual: The timeline docker shrinks to minimum height.
Expect: This to not happen.

May be related to https://bugs.kde.org/show_bug.cgi?id=355544
Comment 1 Halla Rempt 2016-01-30 13:22:06 UTC
I know we've got some other issues with the toolbox layout, and at certain widts, it will paint buttons outside the box.
Comment 2 Halla Rempt 2016-03-31 18:31:16 UTC
Yes, it's kind of related -- and we cannot do much about it, it's a problem in Qt, I'm afraid.