--> TC 8.0b will stay underneath any other windows that have AOT toggled on.
After toggling AlwaysOnTop, TC does not behave properly. As I detail below.
=======================
Examples:
- Notepad (normal, not AOT)
- Calculator (AOT toggled on)
- TC 8.0b, (AOT toggled on)
The Calculator can cover TC and vica versa.
Unexpected behaviour #1
1) Activate TC 8, (it is on top, covering parts of both Calculator and Notepad).
2) Click in the edit-area of notepad.
---> The calculator is on top of TC, notepad is not --- neither should be.
Unexpected behaviour #2
1) Activate TC 8, (it is on top, covering parts of both Calculator and Notepad).
2) Activate the Calculator.
3) Click anywhere on the Notepad Window.
---> Both the calculator and Notepad are on top of TC, only Calc should be.
Unexpected behaviour #3
1) Activate TC 8, (it is on top, covering parts of both Calculator and Notepad).
2) Click in the edit area of Notepad. (TC is still on top)
3) Click on Notepad's title bar...
---> Notepad goes on top of TC. Happens when skipping step 2 as well.
=======================
The behaviour of not staying on top when clicking on another Window's titlebar is interesting (not correct, but interesting). TC cannot stay on top of any window if it is not the active window when another program is activated - and that makes AlwaysOnTop with TC 8 very broken.
NOTE:
AlwaysOnTop can be toggled with many tools, e.g. WinRoll or even AutoHotkey:
Code: Select all
;; Alt+Win+A
!#a::WinSet, AlwaysOnTop, Toggle, % "ahk_id " WinExist("A")