Reproduce bug 1: - open dolphin - choose split view in dolphin. So you have the right view R, and the left view L - choose a folder in R different from the one in L - click on R, and press Ctrl+f. The find tab apperas above R only (I have Nepomuk off by the way). - click on L - click on the find tab above R (while L is selected) and write something What happends: folder in L switchs to the folder in R, search start in both views and an empty tab with the close button (may be a find tab) appears above L Should happend: search should start in R only
Resetting assignee to default as per bug #305719
Git commit 576481d114bdd0b7d1b4039612c7993f4cbb9b84 by Emmanuel Pescosta. Committed on 05/09/2013 at 14:22. Pushed by emmanuelp into branch 'KDE/4.11'. Fix Bug 296970 - split view wrong behavior with search tab Implemented setActive(bool active), isActive() and activated() signal for DolphinSearchBox - similar to the KUrlNavigator implementation. FIXED-IN: 4.11.2 REVIEW: 112534 M +2 -0 dolphin/src/dolphinviewcontainer.cpp M +35 -0 dolphin/src/search/dolphinsearchbox.cpp M +25 -0 dolphin/src/search/dolphinsearchbox.h http://commits.kde.org/kde-baseapps/576481d114bdd0b7d1b4039612c7993f4cbb9b84
*** Bug 324824 has been marked as a duplicate of this bug. ***