Bug #50758 Report list on Reverse Engineer page is too long for display dialog
Submitted: 30 Jan 2010 18:51 Modified: 20 Apr 2010 16:43
Reporter: Dave Nechodom Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:5.2.15a OS:Windows (XP Pro SP3)
Assigned to: Mike Lischke CPU Architecture:Any
Tags: report, reverse engineer, UI

[30 Jan 2010 18:51] Dave Nechodom
Description:
After importing a database via reverse engineered sql file, I clicked the [Show Logs] button. The list on the returned page was longer than would fit in the space provided, but the scroll bar was not usable. Resizing the window increased the visible amount of log data, but not the complete log.

How to repeat:
See above

Suggested fix:
Resize the textbox/div containing the list to match its container.
[1 Feb 2010 12:26] Johannes Taxacher
looks like a problem in mforms code. the textbox is created far too large (seems to be calculated based on the amount of text contained) so the scrollbar is visible, but disabled.
[12 Apr 2010 13:17] Mike Lischke
Fixed in 5.2
[13 Apr 2010 0:45] Johannes Taxacher
fix confirmed in repository
[20 Apr 2010 16:43] Tony Bedford
An entry has been added to the 5.2.18 changelog:

The Log text area in the Reverse Engineer SQL Script wizard was inactive, preventing the log message from being scrolled.