dvratil created this revision.
dvratil added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  When lastUrl = "file:///folder/" and currentUrl = "file:///folder" then 
currentUrl.isParentOf(lastUrl)
  returns true, which causes the code to hit an assert couple lines below the 
check and also to not
  adhere to its own documentation.
  
  This change fixes the behavior by first normalizing both URLs and then 
comparing them.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D7043

AFFECTED FILES
  autotests/urlutiltest.cpp
  src/filewidgets/urlutil_p.h

To: dvratil, dfaure, gregormi
Cc: #frameworks

Reply via email to