Bug 173622 - Allow shapes to be removed using the DEL key
Summary: Allow shapes to be removed using the DEL key
Status: RESOLVED FIXED
Alias: None
Product: calligrasheets
Classification: Applications
Component: general (show other bugs)
Version: 1.9.8
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KOffice Bug Wranglers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-26 18:41 UTC by Michael Leupold
Modified: 2009-09-12 01:31 UTC (History)
1 user (show)

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 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