Do not hide keypad when webview has not focus
authorSangYong Park <sy302.park@samsung.com>
Fri, 3 May 2013 09:31:48 +0000 (18:31 +0900)
committerSangYong Park <sy302.park@samsung.com>
Mon, 6 May 2013 05:44:12 +0000 (14:44 +0900)
commit114b040bffaa8be625861d6a6dfe98f54ffebf90
treec13951c6d806595b3de371ec528c0e97ec4f2b5b
parent3d2347bbd63c3d3b764b85fc0aae4efadc8c922d
Do not hide keypad when webview has not focus

[Title] Do not hide keypad when webview has not focus
[Issue#] N_SE-37413
[Problem] Keypad did hiding when editor state was changed
[Cause] Do not check webview focus
[Solution] Hide keypad if webview has focus

Change-Id: I2964d8a79a35db1afd364c6b6184140b5b0e77ec
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp