Summary: | Inline renaming works incorrectly when there's a change in the view | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Siddhartha <kde> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | investigated |
Priority: | NOR | ||
Version: | 2.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | 4de9a233642a62ee96bac6031340d3eea21f14f9 | Version Fixed In: | 4.10.5 |
Sentry Crash Report: |
Description
Siddhartha
2013-06-06 15:56:57 UTC
Thanks for the bug report! Actually, it does not depend on the view mode at all if I'm not mistaken. My way to reproduce (to make sure I don't forget it): touch 2 && dolphin . & sleep 5; touch 1 Then switch to Dolphin and try to rename '2'. This needs to be fixed in KStandardItemListWidget. I guess we should not tell the role editor about the 'index' at all (because it might change). Better just get a signal without index from the editor and forward it then with the current (possibly modified) one. Thanks again for looking into this. And yes you're right. I can reproduce this bug in both detailed view with no expanded subfolder and in icons view. I've just fixed this for KDE 4.10.5 with commit http://quickgit.kde.org/?p=kde-baseapps.git&a=commit&h=4de9a233642a62ee96bac6031340d3eea21f14f9 The commit message is wrong though - I've somehow messed up the local branches in my git repository. Sorry about the confusion! Hey Frank, this was quick. I'll wait for the 4.10.5 release before I test it though. Thanks and keep up the great work! |