Bug #60865 Unable to tab between fields when editing results.
Submitted: 14 Apr 2011 9:39 Modified: 22 Nov 2011 3:16
Reporter: Mattias Twedmark Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.33 OS:MacOS (10.6.7)
Assigned to: CPU Architecture:Any

[14 Apr 2011 9:39] Mattias Twedmark
Description:
When I'm editing or adding a new row to a table in the result view of the Query Editor I'm unable to tab between the fields. When pressing tab the cursor leaves the field but nothing happens, if I press tab several times the "Connection Info" window to the left has the cursor and I'm tabbing there.

How to repeat:
Choose "Edit Table Data" on any table and then change a field and try to tab to the next one in the row.

Suggested fix:
When pressing tab, have the cursor jumping to the next field? ;)
[14 Apr 2011 11:10] MySQL Verification Team
I couldn't repeat on Windows.
[14 Apr 2011 16:55] Valeriy Kravchuk
Verified on Mac OS X 10.5.x.
[22 Nov 2011 3:16] Philip Olson
Fixed as of 5.2.36:
+        On Linux and Mac OS X, using <guibutton>Tab</guibutton> and
+        <guibutton>Shift+Tab</guibutton> to jump to next/previous fields
+        has been added to the query result view. It had previously only
+        worked on Windows. Additionally, the
+        <guibutton>Escape</guibutton> key will now cancel editing of the
+        current cell, and
+        <guibutton>PageUp</guibutton>/<guibutton>PageDown</guibutton>
+        scrolls one page up and down in the result set.