Bug 127826 - Album comment with no wordwrap
Summary: Album comment with no wordwrap
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-Engine (show other bugs)
Version: 0.8.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 16:02 UTC by Helder Ribeiro
Modified: 2017-08-06 07:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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