[Bug 171369] activate previous tab setting is broken
Eduardo Robles Elvira
edulix at gmail.com
Wed Sep 24 01:08:27 CEST 2008
http://bugs.kde.org/show_bug.cgi?id=171369
Eduardo Robles Elvira edulix gmail com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |edulix at gmail.com
AssignedTo|konq-bugs at kde.org |kdelibs-bugs at kde.org
--- Comment #1 from Eduardo Robles Elvira <edulix gmail com> 2008-09-24 01:08:25 ---
I've inspected the code and this seems to be a regression in KTabWidget &
KTabBar. Previously QTabBar had a tabList() which was use to store the list of
previously activated tabs, but now that is missing so the setting "Activate
Previous Tab" is simply not implemented in KTabBar.
I wonder if implement a QList<int> of tab indexes in QTabBar is what we should
do, or in the other hand have a QList<QWidget*> in QTabWidget. Anyway this is
not exactly a Konqueror bug but a kdeui regression from KDE 3.
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdelibs-bugs
mailing list