Bug #34345 Table editor is not closed if schema of edited table is deleted
Submitted: 6 Feb 2008 10:55 Modified: 15 Mar 2008 12:56
Reporter: Mike Lischke Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.12 OS:Windows
Assigned to: Alfredo Kojima CPU Architecture:Any
Tags: delete, table editor

[6 Feb 2008 10:55] Mike Lischke
Description:
If a table is edited and disappears while doing so the table editor remains open. No harm, though, when further changes are made. They are silently ignored and the editor can be close without problems (hence this is classified as S3).

How to repeat:
- Start WB
- Add new table in mysql schema -> table editor opens
- Delete schema -> table editor is still open

Suggested fix:
Close (any) editor if the object it edits is deleted.
[6 Feb 2008 13:04] MySQL Verification Team
Thank you for the bug report.
[11 Mar 2008 18:41] Johannes Taxacher
works in SVN Rev 2696
[15 Mar 2008 12:56] MC Brown
A note has been added to the 5.15 changelog: 

Deleting an existing schema with an open table editor would not close the table editor window. The window is now closed when the schema is deleted.