Bug 413840 - Burger Menu in sidebar moves unexpectedly
Summary: Burger Menu in sidebar moves unexpectedly
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-05 14:39 UTC by David Edmundson
Modified: 2020-01-07 13:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Resizing toolbutton (364.37 KB, image/gif)
2019-11-05 14:39 UTC, David Edmundson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Edmundson 2019-11-05 14:39:14 UTC
Created attachment 123734 [details]
Resizing toolbutton

Watch the sidebar in attached file

App is an unpatched ibus-ui-emojier-plasma from plasma-desktop
Comment 1 David Edmundson 2019-11-05 15:44:42 UTC
Edit, it's not reiszing, just moving.

Traced it down to these two:

GlobalDrawer.qml:304

topMargin: root.collapsed || noTitle ? 0 : Units.smallSpacing + Units.iconSizes.large/2 - height/2
leftMargin: root.collapsed || noTitle ? 0 : Units.smallSpacing

Our collapsing is changing and we have a title. 

I don't understand what usecase this is trying to fix, in the use case here it looks very odd.
Comment 2 Sam Dyer 2019-11-05 19:48:36 UTC
Could you please add you operating system version.
Comment 3 David Edmundson 2019-11-06 15:16:44 UTC
updated
Comment 4 Aleix Pol 2019-11-06 16:38:24 UTC
I can reproduce as well
Comment 5 Aleix Pol 2020-01-07 13:13:52 UTC
The failing code doesn't exist anymore, the problem doesn't happen either. We better just close it.