Summary: | Window resizes itself after failing to connect to ftp in new tab | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kwidgetsaddons | Reporter: | tguen <tguenther.dev> |
Component: | general | Assignee: | Christoph Feck <cfeck> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, kdelibs-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kwidgetsaddons/0cfb788c2e4445a66956fa1aae61a6e8df9281be | Version Fixed In: | |
Sentry Crash Report: |
Description
tguen
2017-03-16 05:24:31 UTC
Looks like a bug in KMessageWidget Does it also expand in the same way, if you try to visit /root as a normal user, or for any other error messages displayed inside the file area? Trying to open /root displays the error as expected, but trying to open /lost+found pushes the file list panel down 3x as far as it needs to display the error. https://i.imgur.com/h7wEL8t.png This is likely why the window resized before, so it had enough room as it thought it needed to display the error. Again, this only happens when opening in a new tab. Okey, found how to reproduce. I had Breeze widget style animations disabled. When enabling them, I get the same issue now. Git commit 0cfb788c2e4445a66956fa1aae61a6e8df9281be by Christoph Feck. Committed on 27/03/2017 at 23:31. Pushed by cfeck into branch 'master'. Fix wrong size hint when animatedShow is called with hidden parent Differential Revision: https://phabricator.kde.org/D5092 M +2 -1 src/kmessagewidget.cpp https://commits.kde.org/kwidgetsaddons/0cfb788c2e4445a66956fa1aae61a6e8df9281be |