Created attachment 49451 [details] and this is not a very long error message.. Version: unspecified (using KDE 4.4.92) OS: Linux to understand what I mean, please have a look at attached screenshot Reproducible: Didn't try OS: Linux (x86_64) release 2.6.34-12-desktop Compiler: gcc
Please, would you like to explain the steps to reproduce the bug? Thanks!!!
I don't remember how I did that. But _any_ error-message in dolphin is displayed like you see in the screenshot. I think this is a problem with the layout-code, in case you have the status-bar-layout configured like me.
Git commit 213450d39704fc0154da5f0e45e4198af8239842 by Peter Penz. Committed on 12/04/2012 at 23:57. Pushed by ppenz into branch 'master'. Use KMessageWidget for error- and information-messages See http://agateau.com/2011/04/21/kde-ux-2011/ for more details. This simplifies the statusbar in Dolphin a lot and allows to do a proper eliding in case if status-messages are too long: In this case a tooltip will show the whole status-message (thanks to Wolfgang Mader for the initial patch!). There is still missing some finetuning but the general approach seems to work quite nice. Related: bug 249638, bug 146533 FIXED-IN: 4.9.0 M +14 -20 dolphin/src/dolphinmainwindow.cpp M +2 -2 dolphin/src/dolphinnewfilemenu.cpp M +79 -51 dolphin/src/dolphinviewcontainer.cpp M +28 -10 dolphin/src/dolphinviewcontainer.h M +93 -152 dolphin/src/statusbar/dolphinstatusbar.cpp M +32 -65 dolphin/src/statusbar/dolphinstatusbar.h M +9 -9 dolphin/src/statusbar/statusbarspaceinfo.cpp M +4 -2 dolphin/src/statusbar/statusbarspaceinfo.h http://commits.kde.org/kde-baseapps/213450d39704fc0154da5f0e45e4198af8239842
Thanks, sounds very good, I am looking forward to try this.