Product: Aqua Data Studio
Version: 12.0.0-dev-92
Build #: 27883
Build Date: 2012-Jul-05 08:39:57 AM
Operating Environment: Windows XP (5.2, amd64) / Cp1252 / en / US / Oracle Corporation 1.7.0_04-b22
Memory: Max=477,233,152; Total=263,192,576; Free=103,171,944; CPUs=8
1. open at least 3 editor tabs ( can also open multiple query analyzer tabs )
2. once they are all open, grab the second to last tab, drag it into the first position ( make it the first tab )
3. when you release the tab, it loses focus, but it is the currently visible tab and its contents are visible ( no orange highlight around editor area )
4. use the tab menu dropdown list to look at the other tabs, but don't click within the editor window.
5. notice these tabs do not get focus either when you pick them from the dropdown, yet they come to the fore to show you their contents (no orange border indicating focus)... if you type, nothing ends up being typed in the editor.
I can make this occur only in Win XP for for 11.0.9 and 12.0.0.
I could not replicate it in Windows 7 or OSX.
No errors appear in the logs during this process.
see attached gif animation
This should be checked from the ADS side first, we don't control tabbing at all. The tab code should generally just call requestFocusInWindow().
here is some additional info.... I don't know enough technical details to know what's going on, I am just seeing odd behvior, you might know how to describe this better and who to tell about it..
this might also be related to
here is some additional info.... I don't know enough technical details to know what's going on, I am just seeing odd behvior, you might know how to describe this better and who to tell about it..
this might also be related to
1. Open a few text editors. Drag one of them to the left
2. Use the tab dropdown list and select a different editor and try to type and enter values - it doesnt have focus
1. Open a few text editors. Drag one of them to the left
2. Use the tab dropdown list and select a different editor and try to type and enter values - it doesnt have focus
Issue #7185 |
Closed |
Incomplete |
Completion |
No due date |
No fixed build |
No time estimate |
This should be checked from the ADS side first, we don't control tabbing at all. The tab code should generally just call requestFocusInWindow().