Bug 164425

Summary: Renaming folders in feed list is broken
Product: [Applications] akregator Reporter: Elias Probst <mail>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: belitsky.a, finex, tpr, wrar
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Elias Probst 2008-06-19 02:05:06 UTC
Version:           SVN r822061 (using Devel)
Installed from:    Compiled sources

Renaming a folder in the feedlist is broken. When initiating the renaming by selecting it → F2 or selecting it → rightclick → 'Rename Folder' the following happens:

- The first character entered is ignored (e.g. type 'News', but only 'ews' is visible)
- The edit mode is never left, you have to restart Akregator to leave the edit mode of this folder

This all doesn't happen when entering the edit mode, by doubleclicking on a folder.
Comment 1 FiNeX 2008-06-19 12:08:07 UTC
About the persistent "edit mode" there is another report: bug#163587.
Comment 2 Teemu Rytilahti 2008-08-19 19:18:45 UTC
*** Bug 163587 has been marked as a duplicate of this bug. ***
Comment 3 Teemu Rytilahti 2008-08-19 19:25:21 UTC
This bug is caused by the way F2/Rename Folder KAction is handled. Currently it starts the edit mode manually and it doesn't get stopped anywhere. The reason double-clicking works is because that's integrated feature of QAbstractItemView. Needs some thinking to see how this should be handled.
Comment 4 Frank Osterfeld 2008-10-28 22:50:41 UTC
SVN commit 877202 by osterfeld:

fix entering edit mode programmatically (used by the rename action when a folder is selected)
BUG:164425


 M  +1 -1      subscriptionlistview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=877202
Comment 5 Frank Osterfeld 2008-10-28 22:51:01 UTC
SVN commit 877203 by osterfeld:

forwardport: fix entering edit mode programmatically (used by the rename action when a folder is selected)
CCBUG:164425


 M  +1 -1      subscriptionlistview.cpp  


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