Bug 159511

Summary: konsole tabs switch in random order
Product: [Applications] konsole Reporter: Ilya Hegai <ilya.hegai>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 2.0   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ilya Hegai 2008-03-18 11:13:06 UTC
Version:           2.0 (using KDE 4.0.2)
Installed from:    Gentoo Packages
Compiler:          gcc 4.1.2 
OS:                Linux

konsole tabs switch in random order when holding <Shift+Left arrow> or <Shift+Right arrow>
just pressing shortcut once works ok

Steps to reproduce:
open konsole
open several tabs (I currently have 7 opened)
push and hold <Shift+Left arrow> or <Shift+Right arrow>
notice random switching
Comment 1 Robert Knight 2008-03-18 13:20:57 UTC
Works correctly here as far as I can tell.  

If I use a small window the order looks correct.  If I use a larger window which takes longer to repaint then Konsole sometimes appears to cycle through tabs in a non-linear order because it takes longer to repaint the display when a tab-switch occurs and so it ends up skipping tabs.

Is this what you are seeing?
Comment 2 Ilya Hegai 2008-03-18 15:56:44 UTC
yes, resizing konsole to smaller size (which is too small to be useful) fixes it
Is it Qt fault?

Close the bug or add a delay between switches?
Comment 3 Robert Knight 2008-03-18 19:03:39 UTC
> Is it Qt fault? 

It isn't really a bug, just a minor side-effect of the way rendering works.