Summary: | Scrollback -> Search Output causes konsole columns resize | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Panos Kavalagios <Panos.Kavalagios> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck |
Priority: | NOR | ||
Version: | 2.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7 | |
Sentry Crash Report: |
Description
Panos Kavalagios
2009-10-23 16:21:33 UTC
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. *** |