Bug #80518 result grid missing vertical scroll bar
Submitted: 25 Feb 2016 16:13 Modified: 25 Feb 2016 21:44
Reporter: brian baldwin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:6.3.6 build 511 OS:Windows (Windows 7)
Assigned to: CPU Architecture:Any

[25 Feb 2016 16:13] brian baldwin
Description:
The Result grid is missing a vertical scroll bar when the number of results exceeds the limit.

How to repeat:
Set Query --> Limit Rows -->  Limit to 1000 rows.
Query a table with more than 1000 rows. SELECT * FROM TABLE; 
No vertical scroll bar appears.

Query same table again, add criteria such that result is < 1000 rows but more than will fit in the Result Grid Window.
Vertical scroll bar is now displayed.

Suggested fix:
Vertical scroll bar should appear anytime there are more rows than will fit in the Result Grid window.
[25 Feb 2016 21:01] MySQL Verification Team
Vertical Scrollbar

Attachment: scrollbar.png (image/png, text), 231.75 KiB.

[25 Feb 2016 21:02] MySQL Verification Team
Thank you for the bug report. I couldn't repeat please see attached screenshot. Thanks.
[25 Feb 2016 21:14] brian baldwin
with scrollbar

Attachment: a.png (image/png, text), 52.10 KiB.

[25 Feb 2016 21:15] brian baldwin
missing scrollbar

Attachment: b.png (image/png, text), 54.82 KiB.

[25 Feb 2016 21:16] brian baldwin
Uploaded screenshots showing where I would expect the scrollbar to be.
[25 Feb 2016 21:24] MySQL Verification Team
Please check maximizing the application when the scrollbar is missed. Thanks.
[25 Feb 2016 21:42] brian baldwin
Maximizing window still didn't show any scroll bar - however, I did find stretching it even wider (across a dual monitor configuration) revealed the scroll bar, indicating there is in fact more content width in that pane than what is being displayed in a maximized window.

I then found that making the left Navigator pane narrower then leaves sufficient room for the Result Grid to show it's vertical scroll bar.
Guess I was expecting a horizontal scroll bar to show up if the Result Grid pane wasn't wide enough to show the content.
[25 Feb 2016 21:44] brian baldwin
closing - just need to have the right window configurations per prior comment in order to be able to see the scrollbar.