I see this in Windows 8.1, customer indicates also happening windows 7
1. expand the schema browser and show objects nodes of a database
2. write a select statement in the Query Analyzer which uses an object in the node you've expanded. Execute this select in Query Analyzer.
3. float the Schema Browser off to the left side of the Main Application Frame as a window
4. click the node in the schema browser, ensuring that focus is in the Floated window, and not in the Query Analyzer
5. press F5 or right click on the node in the Schema Browser to refresh the Schema Browser
6. The Query Analyzer suddenly gets focus and executes your query from step #2
watch the attached GIF Animation.
although the frame window shows 16.0 this is actually a v15 installation recorded in the GIF Animation. Also, the "Refresh" option at the very bottom of the right click context menu is being chosen off frame.
note that F5 key is designated as refresh for both VA and server refresh
note that F5 key is designated as refresh for both VA and server refresh
Need to confirm if this was the existing behavior from previous versions @swissarmyknife: can you look into ADS v10, v12 etc.. Also need to search if there was any focus related issues related to docking window in AC
Need to confirm if this was the existing behavior from previous versions @swissarmyknife: can you look into ADS v10, v12 etc.. Also need to search if there was any focus related issues related to docking window in AC
behavior by ADStudio version
12.0 : floating schema browser to left, F5 or right click node to refresh does NOT execute in query analyzer
13.0 : floating schema browser to left, F5 or right click node to refresh DOES execute in query analyzer
14.0 : floating schema browser to left, F5 or right click node to refresh DOES execute in query analyzer
behavior by ADStudio version
12.0 : floating schema browser to left, F5 or right click node to refresh does NOT execute in query analyzer
13.0 : floating schema browser to left, F5 or right click node to refresh DOES execute in query analyzer
14.0 : floating schema browser to left, F5 or right click node to refresh DOES execute in query analyzer
12.0 : floating schema browser to left, F5 or right click node to refresh does NOT execute in query analyzer
13.0 : floating schema browser to left, F5 or right click node to refresh DOES execute in query analyzer
14.0 : floating schema browser to left, F5 or right click node to refresh DOES execute in query analyzer
Is it possible for QA to go through 13.0 builds and identify the first build that has this problem.
Some more F5 Refresh problems are found in ADS and logged as issue 12994.
12.0 : floating schema browser to left, F5 or right click node to refresh does NOT execute in query analyzer
13.0 : floating schema browser to left, F5 or right click node to refresh DOES execute in query analyzer
14.0 : floating schema browser to left, F5 or right click node to refresh DOES execute in query analyzer
Is it possible for QA to go through 13.0 builds and identify the first build that has this problem.
Some more F5 Refresh problems are found in ADS and logged as issue 12994.
I've tracked down where this first occurs in both v14 and v13 using linux to do so.
First occurs in v13 at
13.0-rc-17
Build #: 31603
Build Date: 2013-Mar-12 09:27:23 AM
First occurs in v14 at
14.0-dev-20
Build #: 31607
Build Date: 2013-Mar-12 11:31:38 AM
I've tracked down where this first occurs in both v14 and v13 using linux to do so.
First occurs in v13 at
13.0-rc-17
Build #: 31603
Build Date: 2013-Mar-12 09:27:23 AM
First occurs in v14 at
14.0-dev-20
Build #: 31607
Build Date: 2013-Mar-12 11:31:38 AM
@kin-hong: looks like svn #31603 caused the breakage.
@kin-hong: looks like svn #31603 caused the breakage.
When the schema tree is floated. We need additional logic to determine if the floating container is currently focused.
Please re-test #8450 for regression.
When the schema tree is floated. We need additional logic to determine if the floating container is currently focused.
Please re-test #8450 for regression.
Verified in Aqua Data Studio 16.0.0-dev-85
Focus remain in floating window on refresh.
Verified in Aqua Data Studio 16.0.0-dev-85
Focus remain in floating window on refresh.
Verified in
Verified in
Issue #12988 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 15.0.11.7, 16.0.0-dev-84 |
No time estimate |
1 issue link |
is broken by #8450
Issue #8450Dual Monitor floated Query Analyzer - F5 does not reexecute if Servers Pane was previous focus |
although the frame window shows 16.0 this is actually a v15 installation recorded in the GIF Animation. Also, the "Refresh" option at the very bottom of the right click context menu is being chosen off frame.