e_mod_input_panel: use transform move position of the input panel to set position 06/317606/8
authorJunseok Kim <juns.kim@samsung.com>
Thu, 12 Sep 2024 06:34:01 +0000 (15:34 +0900)
committerJunSeok Kim <juns.kim@samsung.com>
Mon, 23 Sep 2024 05:30:54 +0000 (05:30 +0000)
commit2ac1c55a502c73ee4232fde36bc9c8f18fd24a1c
tree1bcc496af5b630e1d1cec242c01fa7aa3905db61
parent889a9f1d9121d8b284650e885ca3635ccfd82ac0
e_mod_input_panel: use transform move position of the input panel to set position

There was a bug where the input panel didn't place the bottom of the screen but instead remains separated from it.
This issue occurs on "Portrait" screens with resolutions that do not have a ratio of 16:9.

When the screen is portrait and resolution of the screen is not that ratio,
there may be transform move when the input panel using base output resolution.
But the transform move consider only the base output resolution position at the center of the screen.
It makes position of the input panel being hover from the bottom of the screen
even if the input panel should be stick at the bottom of the screen.

To fix this issue, we modified the input panel's position takes consider
the transform move value while being set the position to be stick at the bottom of the screen.

Change-Id: If76df20785de91879e48f9dfb68a7582fc8b354d
src/e_mod_input_panel.c