You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I merged the fix to release/1.25, which fixes the main issue here but there are a couple details we still need to address for Nov.
The scrollbars are different widths on different platforms, causing extra padding on mac, which we should tighten-up.
The boundary condition of when to adjust for the double-scrollbar, i.e., gridCount * MIN_GRID_HEIGHT >= availableHeight, is off by some pixels, causing the toolbar to be obscured within a narrow range while resizing.
Not sure how related, but the ability to double click a column resize bar and it stretch to the maximum width needed seems to be gone. Since you can only stretch it to the width of the available width in the query results window, it makes resizing later columns very difficult.
Steps to Reproduce:
Expected: Scollbars only show if needed, there are only two scrollbars when needed for multiple resultsets, the toolbar buttons are always visible.
Actual: Double scrollbars, and toolbar buttons are obsured.
The text was updated successfully, but these errors were encountered: