Bug 429199 - Open/save dialog: cannot select files containing # characters
Summary: Open/save dialog: cannot select files containing # characters
Status: RESOLVED DUPLICATE of bug 428365
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: Open/save dialogs (show other bugs)
Version: 5.75.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-16 15:17 UTC by Mia Herkt
Modified: 2020-11-16 17:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***