Summary: | Middle click to close tab selects that tab | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Martin Kampas <martin.kampas+kdebugs> |
Component: | tabbing | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adawit, lueck |
Priority: | NOR | ||
Version: | 4.6.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/f8309bec7316e6bb6ff90b76cc99c798ff045f6f | Version Fixed In: | 4.9.3 |
Sentry Crash Report: |
Description
Martin Kampas
2011-01-23 11:54:48 UTC
Checked this issue with Kubuntu 10.10 (kde 4.6.2) and master/branch 4.6 compiled from sources. The third tab disappears silently and the first tab remains the visible one, this is the result you expected. Please try again with an up to date kde, thanks. Checked with KDE 4.6.2 (on Gentoo), the behavior is still the same. I noticed there is a (new?) option in General section "Activate previously used tab when closing the current tab" - with this enabled, it *partially* works: at the end the first tab is the visible one, but it still brings the third tab info foreground for a while. This causes unnecesary redrawing, reswapping memory if the tab has not been used for some time etc. and as a result it takes a noticeable amount of time to close a background tab (2 cores @1600MHz, 3.3GB RAM in my case). confirmed. Use the RMB and selected close tab when the context menu shows up does not show the same side effect. Git commit f8309bec7316e6bb6ff90b76cc99c798ff045f6f by Dawit Alemayehu. Committed on 27/09/2012 at 08:08. Pushed by adawit into branch 'KDE/4.9'. If the "Middle click on tab to close" option is checked, do not select the tab when the MMB is clicked on it. Instead simply close the tab. FIXED-IN: 4.9.3 REVIEW: 106615 M +32 -13 konqueror/src/konqtabs.cpp M +7 -0 konqueror/src/konqtabs.h http://commits.kde.org/kde-baseapps/f8309bec7316e6bb6ff90b76cc99c798ff045f6f |