Version: 0.8.1 (using KDE 3.4.3, Gentoo) Compiler: gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) OS: Linux (i686) release 2.6.16-gentoo-r7 I don't know if this problem started in this version (0.8.1), but it didn't exist before, as far as I can recall. When you create a new album and put a comment on it; or when you edit an existing album and either add or edit a comment (note I'm talking about a comment for the *album*, not for a particular photo), if the comment is too long to fit the window, it doesn't wrap to the next line. It gets cut at the end of the line, and you can't see the rest. Even a *single character* gets cut, and you can see your comment end in half of an 's'.
SVN commit 563664 by cgilles: digikam from trunk : Album properties dialog : - Using KLineEdit instead QLineEdit. More KDE like. - Fix KTextEdit widget properties about comments editing: size, wordwrap, and check-spelling. - Added internal d private class to store private members. BUG: 127826 M +86 -56 albumpropsedit.cpp M +17 -29 albumpropsedit.h