Bug 164425 - Renaming folders in feed list is broken
Summary: Renaming folders in feed list is broken
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 163587 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-19 02:05 UTC by Elias Probst
Modified: 2008-10-28 22:51 UTC (History)
4 users (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 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