Bug #60131 Difficult to Open Value in Editor (menu missing)
Submitted: 15 Feb 2011 11:02 Modified: 29 Nov 2011 14:23
Reporter: Emil Steen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.31 CE, Revision 7115 OS:Windows (W7 + W2003, XP SP3 )
Assigned to: CPU Architecture:Any
Tags: open value in editor

[15 Feb 2011 11:02] Emil Steen
Description:
When you are editing a row in SQL Editor you can't right click the field you want to edit and select Open Value in Editor. Since you are in edit-mode the opened menu is Undo, Cut, Copy, Delete, ...

I'm quite sure this problem occurred did not exist in version 5.2.30.

How to repeat:
1. Open a table with menu "Edit Table Data" or sql "EDIT table1"
2. Add a new row or start editing one of the rows in table.
3. Right click the field you are editing.
4. The right-menu does not show "Open Value in Editor".

Workaround:
Right click on another field or row with the cursor still in the field you want to edit.

Suggested fix:
The menu "Open Value in Editor" should be able to be edited the field that has focus.
[15 Feb 2011 11:04] Emil Steen
There is one "occurred" to much in the Description. :)
[15 Feb 2011 11:21] Valeriy Kravchuk
Looks like you have to right click on some other field to open current value in the editor...
[16 Mar 2011 21:50] Johannes Taxacher
another workaround is to press Esc key (twice) to exit edit-mode
[29 Nov 2011 14:23] Philip Olson
Fixed as of 5.2.36:
+        Pressing <keycap>Esc</keycap> once now escapes out of edit mode
+        within the row editor. Before, it had to be pressed twice.