https://bugs.kde.org/show_bug.cgi?id=402602
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n...@kde.org --- Comment #1 from Nate Graham <n...@kde.org> --- Can confirm, but only when the file in window A is still selected. When nothing is selected, pasting the item does indeed select the newly-pasted file. It would appear that this behavior is deliberate. From Dolphinview.cpp::updateViewState(): // if there is a selection already, leave it that way if (!selectionManager->hasSelection()) { const int currentIndex = m_model->index(m_currentItemUrl); if (currentIndex != -1) { selectionManager->setCurrentItem(currentIndex); Not sure if this is something we should change. Probably a maintainer decision. Elvis? -- You are receiving this mail because: You are watching all bug changes.