Summary: | the new notification system in kate needs to much space (observed in kile) | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Till Schäfer <till2.schaefer> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | agateau, tchollingsworth, till2.schaefer |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/435480f295482830f0fc1ec6d13190dc33fa3dd1 | Version Fixed In: | 4.11.2 |
Sentry Crash Report: | |||
Attachments: | screen shot of the bug |
Aurelien, the issue also exists in Kate. I'm note 100% sure whether this is a Kate or a KMessageWidget issue. Steps to reproduce: 1. open an existing file in Kate 2. type in terminal: kate asdf As result, the existing Kate opens 'asdf', which does not exist. Hence, a message widget is immediately shown, before the view was shown the first time. Therefore, the sizes are wrong. Can you reproduce? With GammaRay (http://www.kdab.com/kdab-products/gammaray/) I can see that the size of the QFrame of the KMessageWidget is correct. However, the minimum height of KMessageWidget is far too high and thus wrong. So I think this is a KMessageWidget issue. Aurelien, do you plan to look into this? Otherwise we'll have to find a workaround. *** Bug 318784 has been marked as a duplicate of this bug. *** Git commit 4fb990baefc786491448b48230b4258d52c510b4 by Dominik Haumann. Committed on 30/08/2013 at 20:51. Pushed by dhaumann into branch 'master'. fix resizing issues in kate notifications FIXED-IN: 4.11.2 M +3 -2 part/view/kateanimation.cpp http://commits.kde.org/kate/4fb990baefc786491448b48230b4258d52c510b4 Git commit 435480f295482830f0fc1ec6d13190dc33fa3dd1 by Dominik Haumann. Committed on 30/08/2013 at 20:51. Pushed by dhaumann into branch 'KDE/4.11'. fix resizing issues in kate notifications FIXED-IN: 4.11.2 M +3 -2 part/view/kateanimation.cpp http://commits.kde.org/kate/435480f295482830f0fc1ec6d13190dc33fa3dd1 I'm sorry for the delays in fixing this. It's fixed for KDE >= 4.11.2. This fix cannot easily be backported to KDE 4.10. |
Created attachment 78016 [details] screen shot of the bug Simply look at the screen shot and you know what i mean.