Version: 2.3 (using KDE 4.3.1) OS: Linux Installed from: Fedora RPMs When you select from the top navigation menu Scrollback -> Search output, konsole columns increase from 80 to 94 in order for all the find button options to fit. Hiding the search options does not return your konsole back to your desired column width. Very irritating behaviour where you have to fix manually the size of your konsole after a search.
KDE 4.4.1 The bug is still there! OK, with a small change. The columns from 80 expand to 97 and not 94 anymore.
Yep, that's annoying - looks like all the text forces it wider.
A note to self: consider borrowing the KHTMLFindBar code from konqueror. It has a .ui file and will shorten the Konsole bar to avoid this resizing.
Git commit 8641ba4268044c7121a7a8e8bf8963fd8fdb4432 by Kurt Hindenburg. Committed on 03/03/2011 at 18:31. Pushed by hindenburg into branch 'master'. Move the 3 Search Bar options into their own popup menu. Opening the search bar causes the terminal width to be increased due to the length of the three Search Bar options text. Ideally, this should be redone using .ui file (consider looking at the KHTMLFindBar code in kdelibs). The Search Bar in general needs some rework. BUG: 211550 FIXED-IN: 4.7 M +48 -77 src/IncrementalSearchBar.cpp M +16 -39 src/IncrementalSearchBar.h M +4 -2 src/SessionController.cpp M +1 -1 src/ViewContainer.cpp http://commits.kde.org/konsole/8641ba4268044c7121a7a8e8bf8963fd8fdb4432
*** Bug 211860 has been marked as a duplicate of this bug. ***