Bug #67405 | exception while editing column name | ||
---|---|---|---|
Submitted: | 28 Oct 2012 22:48 | Modified: | 10 Dec 2012 20:08 |
Reporter: | Bogdan Fürst | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.2.44 | OS: | Windows (Microsoft Windows 7 Ultimate Edition (build 7600), 64-bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
[28 Oct 2012 22:48]
Bogdan Fürst
[29 Oct 2012 14:30]
Bogdan Fürst
exception is handled and does not cause a crash; work may continue without loss.
[29 Oct 2012 18:07]
Rafael Antonio Bedoy Torres
Hello Bogdan, I can't reproduce your bug, are you able to get the exception again?
[31 Oct 2012 13:28]
Bogdan Fürst
No. But since visualy everything looked ok, I'd bet EditorTextBox was null, because Parent seem never to be explicitly set to null... private void textBox_TextChanged(object sender, EventArgs e) { _label = EditorTextBox.Text; Parent.UpdateEditorBounds(); } internal void HideEditor(Control editor) { ... _editor = null; ... }
[10 Dec 2012 20:08]
Ruben Dario Morquecho Valdez
Thank you for your bug report. This issue has ben not reproduced again thanks for interesting in Workbench