Version: 12.0.0-rc-23-4
Build #: 29710
Build Date: 2012-Oct-11 05:55:42 PM
Problem with losing focus on the Servers tab and Query Window
1. Restart ADS. If you have restored tabs, close all and reopen ADS one more time
2. Navigate to a MySQL connection, expand the Databases nodes. Click on Databases so that it turns light blue. HIt Ctrl+Q to open a new Query Analyzer
3. In the window execute query
CREATE DATABASE sample
DEFAULT CHARACTER SET utf8
DEFAULT COLLATE utf8_unicode_ci
GO
4. Now move the mouse over to the Server Tab. Notice that the Databases node is grey. Without selecting anything left click to get the context menu and Select the option Refresh
5. You can see that instead of refreshing the Databases node, the query inside the query window gets executed.
This is NOT the behaviour if you compare with previous versions of Aqua Data Studio - if you are inside the Servers node and select the context menu and perform any operation it is the Servers node that gets affected and not inside the query window
See attached pics pics 1, 2, 3 and 4
Note to reproduce:
1. One thing to note is that when you are in Step 4, do not click to select the Databases node to turn it light blue. It should be grey
2. I also get another scenario which is not reproducible all the time - In Files Tab and i try to select open in current window for a file and nothing happens.
This may just be a Linux specific problem. I've added a CTree.openPopupMenu().requestFocus() call. We need to test on Linux, Windows and OSX.
Issue #7790 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.0-rc-23-6 |
No time estimate |
This may just be a Linux specific problem. I've added a CTree.openPopupMenu().requestFocus() call. We need to test on Linux, Windows and OSX.