-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
6.9.1, 6.9.2
-
None
-
af0319ceb6c8ed8be501f27f8faf105b0b88cf50
When some tabs in a QTabBar are hidden, the arrow buttons not always work correct. Example for horizontal tab bar:
- open several tabs so that at least 3 tabs don't fit in the tab bar.
- select the last tab (-> the left button is active, the right inactive)
- hide the leftmost visible tab
- click the left button
- wrong: the tab bar scrolls to the very first tab
- expecting: the tab bar scrolls to the tab left of the hidden tab
This happens if any tab between the currently visible tabs is hidden.
This might relate to these recently fixed issues: https://bugreports.qt.io/browse/QTBUG-139791, https://bugreports.qt.io/browse/QTBUG-102020