https://bugs.kde.org/show_bug.cgi?id=388555
Nate Graham <pointedst...@zoho.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/dol | |phin/bba44ae907b4faaf115d33 | |fb0a3c50cd96ee2cb6 --- Comment #7 from Nate Graham <pointedst...@zoho.com> --- Git commit bba44ae907b4faaf115d33fb0a3c50cd96ee2cb6 by Nathaniel Graham, on behalf of Andreas Krutzler. Committed on 21/01/2018 at 20:43. Pushed by ngraham into branch 'master'. Fix renamed file reclaims focus Summary: After renaming a file and then selecting another file immediately the just selected file stays selected. Test Plan: Steps to reproduce: $ mkdir /tmp/test $ cd /tmp/test $ touch a.tmp b.tmp $ dolphin /tmp/test In dolphin: * select a.tmp * <F2> * type aaa * select b.tmp immediately Expected result: * a.tmp renamed to aaa.tmp * b.tmp stays selected, aaa.tmp stays unselected Reviewers: ngraham, michaelh, #dolphin, elvisangelaccio Reviewed By: ngraham, michaelh, #dolphin, elvisangelaccio Subscribers: emateli, elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D9711 M +33 -26 src/views/dolphinview.cpp https://commits.kde.org/dolphin/bba44ae907b4faaf115d33fb0a3c50cd96ee2cb6 -- You are receiving this mail because: You are watching all bug changes.