Bug 236865 - annotations cannot be stopped
Summary: annotations cannot be stopped
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Unspecified
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-08 15:54 UTC by Maciej Pilichowski
Modified: 2010-08-08 19:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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