Bug #67278 Workbench
Submitted: 17 Oct 2012 19:33 Modified: 26 Jun 2013 4:16
Reporter: Blake C Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:5.2.44 or 5.2.40 OS:Any (7)
Assigned to: CPU Architecture:Any
Tags: autolayout, bounds, layout, model, panning

[17 Oct 2012 19:33] Blake C
Description:
autolayout pushes model items out of page. after autolayout, panning to move the model does not work.

How to repeat:
just do autolayout of a big database and try to see if it is inside the page. then try to move the model by panning or using the scrollbar.

Suggested fix:
had to revert back to 5.2.40
[17 Oct 2012 19:48] MySQL Verification Team
Thank you for the bug report. Please provide a screenshot and if possible you model file (private). Thanks.
[18 Oct 2012 14:49] Blake C
auto layout overflow snapshot mysql workbench 5.2.44

Attachment: autolayout-overflow-snapshot.png (image/png, text), 5.54 KiB.

[18 Oct 2012 14:57] Blake C
Think I have a little bit more information on this one,

1. It happens in both 5.2.40 and 5.2.44.
2. Notice that in a 4 page layout, when you reverse engineer and if the tables exceed the page size it doesn't automatically fit it inside the available 4 page layout (panning or scrolling won't work either at this state). Instead it tries to fit everything in one page at probably the default zoom level. When you do try to use the "autolayout" , it does not organize the model properly.

Solution:

If you do zoom in manually and then do an autolayout, then it properly organizes the model inside the pages.
[18 Oct 2012 21:51] MySQL Verification Team
Thank you for the feedback.
[26 Jun 2013 4:16] Philip Olson
Fixed as of MySQL Workbench 5.2.47, and here's the changelog entry:

"Arrange", "Autolayout" would push model items outside of the page.

Thank you for the bug report.