Bug #51634 Scrolling on Mac missing
Submitted: 2 Mar 2010 10:31 Modified: 26 Mar 2010 14:01
Reporter: Susanne Ebrecht Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S2 (Serious)
Version:5.2.16 OS:MacOS
Assigned to: CPU Architecture:Any

[2 Mar 2010 10:31] Susanne Ebrecht
Description:
1) Upload test environment into mysql

$ mysql < create_databases.sql

2) Use MAC as Workbench client

3) Open Workbench

4) Open connection to start querying

... connect

5) look into the overview and try to reach schema "db92".

6) look into the schema overview on the right side and try to reach schema "db92"

You will figure out that you neither will be able to scroll horizontal nor vertical.

7) Use Linux or Windows as Workbench client

8) do step 3-6

You will figure out on Windows and Linux you will be able to scroll horizontal and vertical.

Means Workbench on Mac OS X is inconsistent here to Windows and Linux.

How to repeat:
See above

For deleting the test schemas after running the tests just use:

call drop_schema();
drop schema db0;
[2 Mar 2010 10:31] Susanne Ebrecht
Test schemas for this bug report

Attachment: create_databases.sql (text/x-sql), 661 bytes.

[2 Mar 2010 11:22] Valeriy Kravchuk
On Windows there is no horizontal scroll bar AFAIR, but I see a "combo box" of a kind with the list of databases. So, I can easily navigate to any one of them, even with many dozens of databases. We need at least something similar for Mac OS X.
[25 Mar 2010 14:28] Johannes Taxacher
problem not repeatable anymore with repository version
[26 Mar 2010 14:01] Tony Bedford
Duplicate of bug#49290. Changelog entry updated accordingly.