Fix crash caused by using original view rather than actual view
UrlLoader::decideEmbedOrSave used the original view when deciding whether it could be reused to open the URL, instead of using the view provided using UrlLoader::setView. If the URL was opened by clicking on a sidebar item, this caused a sidebar view to be used, rather than the correct dolphin part. This lead to a crash because the sidebar view is a passive view, which caused KonqViewManager::chooseNextView to return nullptr BUG: 458933
parent
093e7672
Loading
Loading
Pipeline
#235453
passed
with stage
in
5 minutes and 15 seconds
Loading
-
mentioned in commit 429936da
-
mentioned in merge request !140 (closed)
Please register or sign in to comment