Summary: | In search mode, switching tabs always reset the scrollback location of the tab where I'm searching | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Ismael Barros <razielmine> |
Component: | history | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adaptee, andresbajotierra, ivan, jospoortvliet, jseakle, linds.r, robertknight |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/konsole/cc7af6655625242a4dda2ed5c4c24d26b37f88ea | Version Fixed In: | 4.9.0 |
Sentry Crash Report: |
Description
Ismael Barros
2008-08-08 19:51:23 UTC
Version 2.1 Using KDE 4.1.1 (KDE 4.1.0 (4.1 >= 20080722)) (KDEmod) in ArchLinux i686: I can reproduce this behaviour Confirmed; it looks like when switching back to searched tab, Konsole always starts at the top of the scrollback history. *** Bug 170172 has been marked as a duplicate of this bug. *** The issue here is that activeViewChanged unplugs the Controller which in turn disconnects the searchbar for the prev tab (perhaps in case the new active tab has a searchbar?). So upon re-activation of a search tab, the search bar is rebuilt/connected. Hi Kurt, The problem is not re-connecting the scrollbar itself but that SessionController::setSearchBar() causes a new search to be initiated. I have patches in progress here to fix this. *** Bug 242026 has been marked as a duplicate of this bug. *** *** Bug 268675 has been marked as a duplicate of this bug. *** Git commit cc7af6655625242a4dda2ed5c4c24d26b37f88ea by Jekyll Wu. Committed on 01/06/2012 at 15:15. Pushed by jekyllwu into branch 'master'. Do not reset previous searching after switching tab Thanks to Lindsay Roberts<linds.r@gmail.com> for the research and patch FIXED-IN: 4.9.0 REVIEW: 105121 M +17 -11 src/SessionController.cpp M +1 -0 src/SessionController.h http://commits.kde.org/konsole/cc7af6655625242a4dda2ed5c4c24d26b37f88ea |