Bug 70294 - [PATCH] permit use of mouse wheel to switch between tabs
Summary: [PATCH] permit use of mouse wheel to switch between tabs
Status: RESOLVED DUPLICATE of bug 77946
Alias: None
Product: konqueror
Classification: Applications
Component: tabbing (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 77575 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-12-13 13:06 UTC by tnagy
Modified: 2004-11-21 04:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch for scrolling tabs in konqueror (1.47 KB, patch)
2003-12-13 13:09 UTC, tnagy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tnagy 2003-12-13 13:06:15 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

Like in the kde pager where the mouse wheel helps switching desktops, the mouse wheel could be used in the tabwidgets to switch between the tabs. In my opinion this behaviour is better than the point and click when many tabs are opened.

I have tried to add this feature to konqueror and made a patch for it. However it only works when the mouse is on the tabwidget and not on the tabbar. In fact, when scrolling on the tabbar, the scroll event is redirected to the page opened and not to the tabwidget. It even happens when scrolling on a disabled tab, which is in my opinion a bit counter-intuitive.

I have thought about subclassing a tabbar, but it would require to do that for every tabwidget encountered (konsole, kdevelop, konversation ..). Would it be possible to change the class KTabBar to obtain this behaviour with the mouse wheel ?
Comment 1 tnagy 2003-12-13 13:09:48 UTC
Created attachment 3676 [details]
patch for scrolling tabs in konqueror

The wish/bug is mostly related to kdelibs. Here is the patch I have made for
konqueror.
Comment 2 Maksim Orlovich 2004-03-14 17:16:08 UTC
*** Bug 77575 has been marked as a duplicate of this bug. ***
Comment 3 Stephan Binner 2004-03-21 21:16:56 UTC

*** This bug has been marked as a duplicate of 77946 ***