Summary: | Middle-clicking too close to last opened tab in tab bar will cause new tab to be opened then immediately closed | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | peaches <pzcdyhbb0nzq9layi4mcj1hhp> |
Component: | tabbing | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frank78ac, kossebau |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
peaches
2009-04-01 10:07:55 UTC
Confirmed in KDE 4.3.1 and current trunk (if a URL is in the clipboard, such that middle clicking the empty area in the tab bar will open a new tab with that URL). SVN commit 1039099 by kossebau: changed: emit signal mouseMiddleClick() on release, not press of the mouse button Matches behaviour of the signals "mouseMiddleClick( QWidget* )" and, from KTabBar, "mouseMiddleClick( int )", which the former is based on See http://reviewboard.kde.org/r/1923/ BUG:188587 M +9 -2 ktabwidget.cpp M +1 -0 ktabwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1039099 Also backported to 4.3, so fix should be in 4.3.3 |