e_client: check visibility of the activated window when focus set to the window 91/305491/1
authorJunseok Kim <juns.kim@samsung.com>
Fri, 2 Feb 2024 07:56:54 +0000 (16:56 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 2 Feb 2024 08:25:51 +0000 (17:25 +0900)
commit4a36c2a128afdc7eef44543fc307e47a21148b3b
tree07db77c73be746dffc9e247f922a4f7d56261a49
parentc75d0d0e4e034744707a5cb49c3b70d260ab6deb
e_client: check visibility of the activated window when focus set to the window

There was a bug that focus unset by focus calculate after focus set by activate.
(e.g. visible window but out of zone geometry)
This problem occures because the visibility of the activated window is not checked.
For fix this issue, check visibility of the activated window when focus set.

Change-Id: I00cec403b51b11593dfef2c86cf7cfb50858a7af
src/bin/e_focus_policy_history.c