Summary: | Opening multiple files with spaces and hash characters in name fails | ||
---|---|---|---|
Product: | [Unmaintained] kfile | Reporter: | Jonathan <celloman> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | adaptee, jowenn, rakuco |
Priority: | HI | Keywords: | testcase |
Version: | 4.10.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jonathan
2011-08-25 19:54:16 UTC
I can reproduce it, but I don't see, that it is kate bug, all we do is: KEncodingFileDialog::Result r = KEncodingFileDialog::getOpenUrlsAndEncoding( KateDocManager::self()->editor()->defaultEncoding(), cv->document()->url().url(), QString(), m_mainWindow, i18n("Open File")); ..... for (KUrl::List::Iterator i = r.URLs.begin(); i != r.URLs.end(); ++i) lastID = openUrl( *i, r.encoding, false, false, docInfo); No special handling for the first item or the other items in the list. I guess it is a kdelibs problem *** This bug has been marked as a duplicate of bug 267070 *** |