If a config with an active InputText box is deactivated while FocusDismiss=0, it will cause Rainmeter to be permanently unclickable until Rainmeter is closed via task manager or via command prompt. Even the Rainmeter system tray icon is inaccessible. Skins cannot be unloaded.
I can't replicate this in Windows 10 nor Windows 11 (22000.593).
Note: Using OnUnfocusAction to deactivate the skin always causes the skin to deactivate when clicking on the textbox since the textbox has its on "window", thus causing the skin to lose focus. I had to disable this action to properly test your code.
The intention was to deactivate the skin. If you disable the ability for the config to deactivate while the textbox is open & has focus, you will not be able to replicate the issue.
If the config is closed while a textbox is open while FocusDismiss=0 it will cause the issue.
Cariboudjan wrote: ↑April 7th, 2022, 8:26 pm
The intention was to deactivate the skin. If you disable the ability for the config to deactivate while the textbox is open & has focus, you will not be able to replicate the issue.
If the config is closed while a textbox is open while FocusDismiss=0 it will cause the issue.
Right, I tried both ways (with and without the OnUnfocusAction) and could not replicate the issue. Maybe this is an issue with a Windows update?
Cariboudjan wrote: ↑April 8th, 2022, 2:49 pm
Well, it would be helpful to at least know how to force close the textbox window.
I'm sorry that you can't replicate it but its a big problem over here.
What happens if you change the [InputField] measure to use FocusDismiss=1?
As far as killing the window, perhaps one way is to open Task Manager and kill the Explorer process. That will nuke your entire desktop, so you will need to select File > Run new task (or whatever Win11 calls it) and enter explorer to restore it.
SilverAzide wrote: ↑April 8th, 2022, 5:19 pm
What happens if you change the [InputField] measure to use FocusDismiss=1?
As far as killing the window, perhaps one way is to open Task Manager and kill the Explorer process. That will nuke your entire desktop, so you will need to select File > Run new task (or whatever Win11 calls it) and enter explorer to restore it.