Bug #74299 Double Click on Schema browser entity does not populate in SQL window
Submitted: 9 Oct 2014 13:37 Modified: 13 Nov 2014 2:04
Reporter: John Mathews Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:6.2.3 OS:MacOS (OS X 10.9.x Mavericks)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[9 Oct 2014 13:37] John Mathews
Description:
When double clicking on a table or column in the Schema Browser, the entity name is no longer populated in the SQL window.

How to repeat:
Open SQL Window
Open Shame browser side bar
double click on Table name

Suggested fix:
Restore the ability to double click in Schema browser to populate the sql window.

Should replace selected text as before.

 Additionally keep the typing focus in the SQL window  so one can insert commas , etc without necessitating needless mousing.

These were good features, bring them back
[9 Oct 2014 13:45] MySQL Verification Team
Thank you for the bug report.
[13 Nov 2014 2:04] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 6.2.4 release, and here's the changelog entry:

Double-clicking on an object in the schema navigator (except for the
schema name) now populates the SQL editor area with the object name. This
restores previous behavior.

Thank you for the bug report.