Bug 159641

Summary: Pop-up notes containing the character "<" are not correctly shown and saved
Product: [Applications] okular Reporter: albert <alberthilbert>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description albert 2008-03-21 11:18:02 UTC
Version:            (using KDE 4.0.2)
Installed from:    Ubuntu Packages

If you insert, in a document, a note containing the character "<" only the part of string before "<" is actually shown in the pop-up. If you close and reopen the document the part of string after "<" is lost.
Comment 1 Pino Toscano 2008-03-24 00:19:19 UTC
SVN commit 789332 by pino:

Backport a couple of fixes to the annotation window:
- explicitely deny rich text
- set the plain text w/o an implicit html conversion

CCBUG: 159641


 M  +3 -1      annotwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=789332
Comment 2 Pino Toscano 2008-03-24 00:19:19 UTC
SVN commit 789331 by pino:

Annotation window:
- explicitely deny rich text
- set the plain text w/o an implicit html conversion

BUG: 159641


 M  +3 -1      annotwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=789331