Bug 236865

Summary: annotations cannot be stopped
Product: [Applications] okular Reporter: Maciej Pilichowski <bluedzins>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Maciej Pilichowski 2010-05-08 15:54:05 UTC
Version:            (using KDE 4.4.0)
Installed from:    SuSE RPMs

If user presses (by accident) F6 (make annotation) it is not possible to cancel the operation. Okular asks for user name (for annotation) and despite the dialog has "cancel" and [x] buttons they are ignored by okular.
The easiest way to cancel it is to kill entire app.
Comment 1 Pino Toscano 2010-08-08 19:04:38 UTC
SVN commit 1160649 by pino:

ask for the annotation author before creating the actual annotator, so we can avoid it if needed
also, no need to iterate again, as the input dialog will not accept an empty (not totally blank) value
furthermore, abort annotator creation if the user aborts the input dialog
BUG: 236865


 M  +28 -0     pageview.cpp  
 M  +0 -20     pageviewannotator.cpp  


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