Bug #34268 Keyboard tabbing sequence incorrect when editing a table
Submitted: 4 Feb 2008 6:02 Modified: 4 Feb 2008 16:11
Reporter: Michael Clark Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.12 Beta OS:Windows (XP SP2)
Assigned to: Sergei Tkachenko CPU Architecture:Any

[4 Feb 2008 6:02] Michael Clark
Description:
When editing a table, in the 'Table' tab, when using the tab key to navigate through the fields, the sequence is:

 - Name
 - Collation
 - Comments

The 'Engine' field is skipped. Tabbing sequence should be:

 - Name
 - Collation
 - Engine
 - Comments

How to repeat:
1. Edit a table.
2. Hit tab key to navigate through the fields.
3. Observe that the 'Engine' field is skipped.

Suggested fix:
Include the 'Engine' field in the tabbing sequence.
[4 Feb 2008 6:39] Valeriy Kravchuk
Thank you for a bug report. Verified just as described.

One had to use mouse to navigate to the Engine field as a workaround in the meantime...
[4 Feb 2008 16:11] Sergei Tkachenko
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.