Summary: | Error message "URL cannot be listed" is displayed when trying to open a file inserting a HTTP URL | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Luca Carlon <carlon.luca> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | finex, kost-bebix, mkem, stuffcorpse, toddrme2178 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Luca Carlon
2009-06-26 11:30:08 UTC
I can confirm that this happens for me as well. Confirmed in trunk too. SVN commit 1035520 by dfaure: Don't show an error message in KDirOperator::Private::openUrl when the user types a HTTP url; we just skip listing the directory (but KFileWidget still has to set the url in KDirOperator since it's used later). Will backport for 4.3.3. BUG: 197945 M +3 -2 kfile/kdiroperator.cpp M +5 -1 kio/kfile/tests/kfstest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1035520 @David: I've tried with (Version 3.3.73) on KDE 4.3.73 (KDE 4.4 >= 20091026) and the error message is still there. *** Bug 176899 has been marked as a duplicate of this bug. *** Tested with KDE 4.6. It works :-) |