When I am browsing a remote computer using sftp and I manually enter an URL there that doesn't exist such as sftp://192.168.0.100/some/directory, I get a brief message that this directory does not exist which is replaced by the "DIrectory loading has been cancelled" shortly after. Reproducible: Always Steps to Reproduce: 1. Browse a remote computer using sftp 2. Then click the address bar and add some garbage to the path 3. Press enter Actual Results: A message saying "The path sftp://computer/some/path doesn't exist" appears briefly, then being replaced by "Directory loading has been cancelled" message. Expected Results: A message saying "The path sftp://computer/some/path doesn't exist" appears.
Thanks for reporting. I guess this was caused by https://git.reviewboard.kde.org/r/107116/. @Emmanuel: I haven't looked at this in detail yet, but maybe we could emit DolphinView's directoryLoadingCanceled() signal in void DolphinView::stopLoading(), rather than forwarding the signal from the dir lister via the model and the view? I wasn't aware that KDirLister also emits its canceled() signal when an error occurs.
(In reply to comment #1) > Thanks for reporting. I guess this was caused by > https://git.reviewboard.kde.org/r/107116/. > > @Emmanuel: I haven't looked at this in detail yet, but maybe we could emit > DolphinView's directoryLoadingCanceled() signal in void > DolphinView::stopLoading(), rather than forwarding the signal from the dir > lister via the model and the view? I wasn't aware that KDirLister also emits > its canceled() signal when an error occurs. Ok, I will fix it as soon as possible ;)
Great, thanks!
Review-Request: https://git.reviewboard.kde.org/r/107787/
Git commit cc1abb2f8fe9eb1482380c37468dd00806675a47 by Emmanuel Pescosta. Committed on 19/12/2012 at 14:03. Pushed by emmanuelp into branch 'master'. Fix Bug 311782 - Directory loading has been cancelled sometimes falsly triggered which was introduced by commit 9dbc24fd647e0457d50ec901d33100c33967be68 REVIEW: 107787 FIXED-IN: 4.10 M +1 -1 dolphin/src/dolphinviewcontainer.cpp http://commits.kde.org/kde-baseapps/cc1abb2f8fe9eb1482380c37468dd00806675a47
Git commit 07ee7c0658617cb55c7cc2a6da34df9469bc62fc by Emmanuel Pescosta. Committed on 19/12/2012 at 17:31. Pushed by emmanuelp into branch 'KDE/4.10'. Fix Bug 311782 - Directory loading has been cancelled sometimes falsly triggered which was introduced by commit 9dbc24fd647e0457d50ec901d33100c33967be68 REVIEW: 107787 FIXED-IN: 4.10 M +1 -1 dolphin/src/dolphinviewcontainer.cpp http://commits.kde.org/kde-baseapps/07ee7c0658617cb55c7cc2a6da34df9469bc62fc