Bug #50683 | Double-clicking node in GRT Trees value-inspector causes exception | ||
---|---|---|---|
Submitted: | 28 Jan 2010 9:46 | Modified: | 2 Feb 2010 14:56 |
Reporter: | Johannes Taxacher | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.15 | OS: | Windows |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
[28 Jan 2010 9:46]
Johannes Taxacher
[28 Jan 2010 13:16]
Mike Lischke
Fixed in 5.2
[1 Feb 2010 14:49]
Johannes Taxacher
fix confirmed. will be included in 5.2.16
[2 Feb 2010 14:56]
Tony Bedford
An entry has been added to the 5.2.16 changelog: In the Workbench Scripting Shell dialog, clicking on an item in the value inspector panel (lower left corner) caused an exception: System.Runtime.InteropServices.SEHException: External component has thrown an exception. at MySQL.Grt.TreeModel.expand_node(NodeId node) at MySQL.Grt.GrtTreeModel.TreeViewExpanding(Object sender, TreeViewAdvEventArgs e) at System.EventHandler`1.Invoke(Object sender, TEventArgs e) at Aga.Controls.Tree.TreeViewAdv.OnExpanding(TreeNodeAdv node) ...