Bug 127826

Summary: Album comment with no wordwrap
Product: [Applications] digikam Reporter: Helder Ribeiro <helder>
Component: Albums-EngineAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.8.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.0

Description Helder Ribeiro 2006-05-22 16:02:53 UTC
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'.
Comment 1 caulier.gilles 2006-07-18 08:55:06 UTC
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