Hello,
I found two (related) critical issues. I tested it on AC Lite 7.54 and 7.50, Win7 + Aero
Create 2 forms application, put at least 2 buttons on both forms. Button1 on Form1 shows Form2, Button1 on Form2 closes it.
Use skin Beijing Ext, extended borders enabled, disable FormHide animation (set Active to False).
1. Then click on Button1, Form2 is opened. Close it by Button1 there and then press Tab key. Exception is thrown, “Cannot focus disabled or invisible window”. Closed window still has the focus.
2. Related to first one, even FormHide animation is enabled, application does not crash, but first window (Form1) does not get focus back if Form2 is closed. Tab key does not cause application crash, but it is still possible to jump between controls in closed window and perform operations by pressing enter. If extended borders are disabled, then Form1 gives focus back correctly.