Bug 159511 - konsole tabs switch in random order
Summary: konsole tabs switch in random order
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-18 11:13 UTC by Ilya Hegai
Modified: 2008-03-18 19:03 UTC (History)
0 users

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 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.