Bug 160502

Summary: Phantom Highlights in review tree
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-04-07 11:25:47 UTC
Version:            (using KDE 4.0.3)
Installed from:    Ubuntu Packages

If you select the highlighter and drag the "invisible ribbon box" in a zone without text, no highlights appear into the document but a new item is created in the review tree.
Comment 1 Pino Toscano 2008-04-08 23:22:22 UTC
SVN commit 794917 by pino:

Constructing a text highlight annotation with no text inside is pointless, don't do it.

BUG: 160502


 M  +14 -10    pageviewannotator.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=794917
Comment 2 Pino Toscano 2008-04-08 23:22:27 UTC
SVN commit 794918 by pino:

Backport: constructing a text highlight annotation with no text inside is pointless.

CCBUG: 160502


 M  +14 -10    pageviewannotator.cpp  


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