Do not set the focus to webview when showing picker popup
authorTaeyun An <ty.an@samsung.com>
Mon, 15 Jul 2013 11:01:16 +0000 (20:01 +0900)
committerTaeyun An <ty.an@samsung.com>
Mon, 15 Jul 2013 11:01:16 +0000 (20:01 +0900)
commit3348721d1fc840315dda220f1c8bb55454623daf
tree63aa95918e13a389e06ef648930431ef6b05e0e9
parent093248aa99ddbce54d94191190dc0d068ec786b9
Do not set the focus to webview when showing picker popup

[Title] Do not focus webview when showing picker popup
[Issue#] N_SE-46208, N_SE-46206
[Problem] some text can be inserted using host keyboard while displaying picker popup
[Cause] key event for webview is called because webview has the focus when showing picker
[Solution] Do not set the focus when showing picker

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