Bug 176260 - Split view in konsole creates tab bar
Summary: Split view in konsole creates tab bar
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-27 20:10 UTC by Christopher Neufeld
Modified: 2010-06-11 05:43 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Neufeld 2008-11-27 20:10:12 UTC
Version:            (using Devel)
Compiler:          gcc-4.2.4 
OS:                Linux
Installed from:    Compiled sources

If one is using a konsole with a single tab, and the setting is to show the tab bar only when necessary, there will, of course, be no tab bar at the bottom of the konsole window.  If you now select Split View Left/Right, you wind up with two windows side by side, the one on the left has no tab bar, and the one on the right has one.  Unexpected, and looks funny.
Comment 1 Dario Andres 2008-12-27 23:09:40 UTC
Here using:

Qt: 4.4.3 + qt-copy-patches-889120
KDE: 4.1.86 (KDE 4.1.86 (KDE 4.2 >= 20081221))
kdelibs svn rev. 902031 / kdebase svn rev. 902032
on ArchLinux x86_64 - Kernel 2.6.27.10

I can confirm this bug.
Also, when the new view is created in the right with a tabbar, you can go to "Settings / Edit Current Profile" modify any option and after applying new (or reverted to the same) settings the tabbar hides.
It's like some setting aren't applied at a first time when creating a split view.
Comment 2 Hans Chen 2009-02-02 12:50:02 UTC
I guess it has to do with this feature: https://bugs.kde.org/show_bug.cgi?id=178320

Personally I don't like it, and I become surprised every time I use it.
Comment 3 Christopher Neufeld 2009-02-25 04:18:11 UTC
Following up, this bug is still present in revision 931126, updated on 2009-02-24.
Comment 4 Matti Eiden 2009-04-06 00:16:22 UTC
Konsole version 2.2.2, when splitting the view a tab bar is spawned, regardless of the settings on displaying a tab bar. I have it set on "always hide".

After splitting, if I go to the settings, and change the tab display again on "hide" and hit apply, the tabs disappear from all the so far split windows.

This is very frustrating, as the tabs take a lot of space and going everytime to the settings to make them disappear is.. ugh.
Comment 5 Scott Thomson 2010-05-07 14:26:59 UTC
Bug is still present in 2.4.3 (SC 4.4.3)
Comment 6 Kurt Hindenburg 2010-05-31 18:46:42 UTC
I have a patch that should go in 4.5.1
Comment 7 Kurt Hindenburg 2010-06-01 00:32:15 UTC
SVN commit 1133020 by hindenburg:

Fix issue where the tab bar reappears after a split-view.

CCBUG: 176260


 M  +10 -2     ViewManager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1133020
Comment 8 Kurt Hindenburg 2010-06-01 01:54:48 UTC
SVN commit 1133040 by hindenburg:

Fix issue where the tab bar reappears after a split-view.

BUG: 176260


 M  +10 -2     ViewManager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1133040
Comment 9 Christopher Neufeld 2010-06-10 21:03:03 UTC
Verified fixed in revision 1136714.
Comment 10 Kurt Hindenburg 2010-06-11 05:43:04 UTC
Thanks for verifying it is fixed.  I think we want to leave this as resolved.