Bug 429199

Summary: Open/save dialog: cannot select files containing # characters
Product: [Frameworks and Libraries] frameworks-kio Reporter: Mia Herkt <mia+kde>
Component: Open/save dialogsAssignee: KIO Bugs <kio-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kdelibs-bugs, nate
Priority: NOR    
Version: 5.75.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mia Herkt 2020-11-16 15:17:22 UTC
The open/save dialog cannot be used to select files containing # characters. Selecting existing file will result in an error (file not found, but dialog shows full path to it), attempting to save a new one will strip the name of everything after and including the first # character. If # is the first character, the dialog will behave as if the directory path had been entered instead.

Looks to me like it is treating the file paths as URIs and anything after a # is effectively stripped off as optional fragment.

OS: openSUSE Tumbleweed (20201108)
KDE Plasma Version: 5.20.2
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.1
Comment 1 Nate Graham 2020-11-16 17:43:23 UTC
Fixed in Frameworks 5.76. Sorry for the breakage.

*** This bug has been marked as a duplicate of bug 428365 ***