Summary: | KTabWidget::setTabCloseActivatePrevious doesn't get along with QTabBar::setSelectionBehaviorOnRemove (Qt 4.5) | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Eike Hein <hein> |
Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra |
Priority: | NOR | Keywords: | regression |
Version: | 4.3.1 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eike Hein
2009-09-18 02:09:47 UTC
(Please note that I object against changing the severity of this bug to "Normal" on account of this being a data loss bug likely in other application as well and the documentation of the "Severity" field defining data loss bugs as "critical".) Some time ago we discussed about this to move KTabWidget to use this new QTabBar option (and remove some code duplication). Check the full discussion on bug 181124 (isn't it related to this too?) Thanks Patch proposed at http://reviewboard.kde.org/r/1823/ . Regards SVN commit 1048848 by darioandres: - Update KTabBar and KTabWidget to use the Qt "setSelectionBehaviorOnRemove" implementation - Implements http://reviewboard.kde.org/r/1823/ BUG: 181124 BUG: 207747 M +2 -4 ktabbar.cpp M +3 -21 ktabwidget.cpp M +4 -1 ktabwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1048848 |