Bug #50711 Put focus on text area when switching tabs
Submitted: 29 Jan 2010 6:10 Modified: 28 Apr 2010 15:16
Reporter: David Muir Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.15 OS:Linux (Ubuntu 9.10)
Assigned to: Alfredo Kojima CPU Architecture:Any
Tags: tabs

[29 Jan 2010 6:10] David Muir
Description:
When swapping tabs, or when creating a new query tab, the focus is not placed on the text box, so you can't begin typing right away. You have to click on the text area or press tab before you can begin typing.

How to repeat:
create a new tab and swap between them. Focus is on "SQL Statements" expand/collapse widget instead of the text area.

Suggested fix:
Put the focus on the text area when switching tabs.
[29 Jan 2010 7:35] Valeriy Kravchuk
When opening a new tab in WB 5.2.15 on Windows with Ctrl+T I've got a dialog box with the following message:

"OverviewBE::get_node: invalid node 0.3.2"

So, we may have some bug here, not just a feature request.
[29 Jan 2010 8:57] Valeriy Kravchuk
Problem with focus is repeatable on Ubuntu 8.04. Looks like Linux-specific bug.
[22 Apr 2010 3:28] Alfredo Kojima
Fixed in Mac and Linux
[26 Apr 2010 20:12] Johannes Taxacher
fix confirmed in repository
[28 Apr 2010 15:16] Tony Bedford
An entry has been added to the 5.2.20 changelog:

In the SQL Editor, when a new tab was created, the focus was on the Object Explorer, rather than in the SQL Statements area. This meant that the user had to press the Tab key, or click within the SQL Statements area before they could start typing SQL code.