Scrolling broken across TableViews
Status: Planning
Brought to you by:
declanmcgrath
BuddyTable list does not come up at default application window size - only if you maximise it.
The DiveTable, BuddyTable, LocationTable and DiveSiteTable all have different scrolling - some have scrollbars others don't. You need to check this at different app window sizes.
Note: BuddyTable only started breaking on migrating to the QT4.3 release.
The problem seems to be occurring in the void resizeListTable() methods of DiveListManager, BuddyListManager, etc. The culprit is the following method call
TableHelper::resizeTableColumnsToContainingWidget(*(m_ui_diveDashboard->buddyTable), columnCount, columnPadding, biggestColumn);