Bug 173622

Summary: Allow shapes to be removed using the DEL key
Product: [Applications] calligrasheets Reporter: Michael Leupold <lemma>
Component: generalAssignee: KOffice Bug Wranglers <koffice-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: sven.langkamp
Priority: NOR    
Version: 1.9.8   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michael Leupold 2008-10-26 18:41:01 UTC
Version:           2.0 beta-2 (using 4.1.71 (KDE 4.1.71 (KDE 4.2 >= 20081023)), compiled sources)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.25.7quechua-0.1intelquechua-0.1intel

Steps to reproduce:
1. Add a new shape (doesn't matter which)
2. Select the shape and the default tool
3. Press DEL
-> nothing happens

Expected behaviour:
The shape is removed just like it is eg. in KPresenter.
Comment 1 Thomas Zander 2008-10-26 19:57:26 UTC
Reassigning to koffice as the feature in kopageapp should actually be present on the default-tool so each app doesn't have to reimplement this.
Comment 2 Michael Leupold 2008-10-28 08:14:51 UTC
I agree. Different apps currently handle it differently and some (eg. KSpread) don't handle it at all.
Comment 3 Sven Langkamp 2008-10-31 23:38:49 UTC
This is already done. Apps need to delete the delegate action to KoToolProxy::deleteSelection(), which will then map the call to the right tool.
Comment 4 Sven Langkamp 2008-11-02 01:15:09 UTC
Fixed in KWord. Still in kspread, so reassining to it.
Comment 5 Carlos Licea 2009-09-12 01:31:25 UTC
SVN commit 1022529 by clicea:

Allow the deletion of a selected shape.

BUG:173622


 M  +17 -0     View.cpp  
 M  +1 -0      View.h  


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