Bug #54193 Resizing the Workbench window distorts the result grid
Submitted: 3 Jun 2010 5:31 Modified: 16 Jun 2010 13:25
Reporter: Anil Konsal Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S2 (Serious)
Version:5.2.22 RC OS:Windows (7)
Assigned to: CPU Architecture:Any

[3 Jun 2010 5:31] Anil Konsal
Description:
While running a Sql query, I minimized the workbench window as it had to take time to complete the execution. When I again maximized the window, the results panel was not in full length and width.

How to repeat:
run a query that has to take 5-10 secs or more and minimize the window. after the result has come, maximize the window and see the result panel.
[3 Jun 2010 5:32] Anil Konsal
resize bug

Attachment: mysql_resize_bug.png (image/png, text), 13.21 KiB.

[4 Jun 2010 10:13] Susanne Ebrecht
This seems to be a Win7 only problem because I am not able to repeat this on my system.

Here is what I did:

mysql < bug54193.sql

Open Workbench
Pressed full screen
SQL Editor
Use schema bug54193

Script in SQL editor:
CALL fill_t();
SELECT * FROM t WHERE j=42;
SELECT * FROM t WHERE v LIKE '%bug%';

Executed script and minimized Window during waiting.

I did some other stuff on my computer ...

After 30 minutes I maximized Window again and all looked like expected.
[4 Jun 2010 10:14] Susanne Ebrecht
script for testing

Attachment: bug54193.sql (text/x-sql), 567 bytes.

[16 Jun 2010 13:25] Alfredo Kojima
This is a duplicate of bug #51991