Summary: | kdialog have problems handling the # character when multi-selecting is used | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Thomas Lindroth <thomas.lindroth> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | celloman, dodonvictor, faure, rakuco, simonandric5 |
Priority: | NOR | ||
Version: | 4.14.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | e23caaf27944654c8a25653e56bade0dd13d1059 | Version Fixed In: | |
Sentry Crash Report: |
Description
Thomas Lindroth
2011-02-24 18:05:37 UTC
*** Bug 335922 has been marked as a duplicate of this bug. *** *** Bug 280796 has been marked as a duplicate of this bug. *** This used to be a problem in kdelibs' KFileWidget due to its conversions between KUrl's and QString's in slotOk(). KFileWidget uses QUrl directly in KF5, so this is no longer an issue. I've tried kdialog here with inputs such as "foo bar.txt" (which used to become "foo%20 bar.txt") and "foo #1.txt" and everything works as expected. |