IME is not shown when clipboard window is visible.
authorKarol Furmaniak <k.furmaniak@samsung.com>
Mon, 6 Oct 2014 11:05:26 +0000 (13:05 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit723a4689d5ecfbcfb12d9a4e0dea18acf49df194
tree8c5436152c8b7673e2f7faf439f1b090b6956c28
parent62fa6a331977cbbf5440ceb30a55de8f07132bbc
IME is not shown when clipboard window is visible.

[Problem] When clipboard window is visible, there is
no possibility to show IME keyboard. It should be visible
after tap on input field.

[Solution] Added implementation of IsClipboardWindowOpened
method. It depends on ecore_x_e_illume_clipboard_state_get.
With this patch clipboard window is closed, when user tap
on not focused input field.
Also added closing clipboard window when webview is out of
focus.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=9716
This is a cherry-pick from: http://165.213.202.130:8080/#/c/70395/
Reviewed by: Piotr Grad, SeungSeop Park, commitbot

Change-Id: I42726064071255579504774345311cd954263244
Signed-off-by: Karol Furmaniak <k.furmaniak@samsung.com>
tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.cc
tizen_src/impl/components/clipboard/clipboard_helper_efl.cc
tizen_src/impl/components/clipboard/clipboard_helper_efl.h