Bug #53156 Missing vertical scrollbar in Output Tab
Submitted: 26 Apr 2010 11:51 Modified: 28 Apr 2010 14:28
Reporter: Daniel Seif Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.19 Beta 9 OS:Linux (Fedora 12)
Assigned to: Alfredo Kojima CPU Architecture:Any
Tags: Output, resut, scrollbar

[26 Apr 2010 11:51] Daniel Seif
Description:
When issuing statements, the statements get listed underneath the query editor in the tab called 'Output'.

As soon as the number of statements is too large to be displayed at once, the vertical scrollbar does not appear, which effectively hides all statements which cannot be displayed on once screen.

How to repeat:
Issue sql statements several times and/or issue multiple statements. Watch the output Tab.

Suggested fix:
Add the vertical scrollbar
[26 Apr 2010 13:20] MySQL Verification Team
Thank you for the bug report.
[27 Apr 2010 19:25] Johannes Taxacher
fixed in repository
[28 Apr 2010 14:28] Tony Bedford
An entry has been added to the 5.2.20 changelog:

In the SQL Editor, when commands were typed into the SQL Statements area, and executed, they appeared on the Output tab. However, when the number of statements appearing in the Output tab exceeded the number that could be displayed in the default area, a vertical scrollbar did not appear. This meant any further statements that were executed were effectively hidden, as it was not possible to scroll vertically in order to display them.