Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.1
-
osx, gcc4
-
ea47d152b35158ba07a55d009f57df0e4c2a048f
Description
Start a Qt app that has a QTabBar
Mouse over the QTabBar
using your mouse wheel (or ball) will now cause the QTabBar to change the active tab.
This is very disconcerting and non-standard behavior. For example, I'm develping a multi-tabbed app. If the user is trying to scroll the content in a particular view, and accidentially places the mouse over the tab bar, suddenly they zip away from the intended view. More likely, they click on the tab bar handle to switch views, then immediately try to scroll the content with the mouse wheel, only to have it disappear. At the very least this is not the native behavior on Mac, but I suggest this weird behavior be turned off for all Qt platforms.