Bug 515583

Summary: Ctrl+Shift+N creates directory in a wrong place (subdir of the selected dir)
Product: [Applications] dolphin Reporter: redford <redford>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: dolphin-bugs-null
Priority: NOR    
Version First Reported In: 25.12.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description redford 2026-02-05 23:42:05 UTC
SUMMARY

The newly created directory by Ctrl+Shift+N is placed inside the currently selected directory instead of the currently shown one.

STEPS TO REPRODUCE
1. mkdir test && cd test && mkdir aaa && dolphin .
2. select "aaa" directory by clicking with LMB on it once
3. Ctrl+Shift+N -> "subdir"

OBSERVED RESULT

It seems that nothing has happened. But it you enter "aaa", you can see that "subdir" was actually created, but inside "aaa" instead of the current dir.

EXPECTED RESULT

"subdir" should have been created in the currently displayed directory, not under "aaa".

SOFTWARE/OS VERSIONS

Operating System: Arch Linux 
KDE Plasma Version: 6.5.5
KDE Frameworks Version: 6.22.0
Qt Version: 6.10.1
Kernel Version: 6.18.7-arch1-1 (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION

Note that this is also different from how RMB->Create New->Folder... works, the context menu option seems to handle this case correctly.
Current Ctrl+Shift+N behavior also diverges from other popular GUI file explorers, like Windows Explorer and Nautilus.