https://bugs.kde.org/show_bug.cgi?id=392750
Nikita Melnichenko <nikita+...@melnichenko.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kru | |sader/34764ed6dc1b4d667d09d | |751faa90408fb7e2de9 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #11 from Nikita Melnichenko <nikita+...@melnichenko.name> --- Git commit 34764ed6dc1b4d667d09d751faa90408fb7e2de9 by Nikita Melnichenko. Committed on 20/07/2019 at 06:11. Pushed by melnichenko into branch 'master'. Fixed lost editor when file is updating and the list model to correctly handle next item Summary: The lost editor issue (see the bug for reference) was happening because the editor hasn't been closed in the view but the item is deleted and re-inserted. The fix is to close any editor attached to an item before removing the item. The workaround for next item current selection introduced in 2fbd49f0 is no longer needed due to the fix of the underlying issue in the list model. Without the fix, the lost editor issue is also observed when editing the file which is next to the updating one. FIXED: [ 392750 ] After trying to rename the file that's being updated, rename function stops working on any file on this tab Differential Revision: https://phabricator.kde.org/D22431 M +7 -9 krusader/Panel/PanelView/krinterview.cpp M +4 -15 krusader/Panel/PanelView/listmodel.cpp https://commits.kde.org/krusader/34764ed6dc1b4d667d09d751faa90408fb7e2de9 -- You are receiving this mail because: You are watching all bug changes.