Do not focus when opening Picker Popup
authorTaeyun An <ty.an@samsung.com>
Tue, 2 Jul 2013 08:39:58 +0000 (17:39 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 2 Jul 2013 09:55:26 +0000 (09:55 +0000)
commit53a0694a71c4cfeed852aa3facc9163dc13c18ae
tree48ea347f0587b1ec8c9aae26bc680f4644a0a815
parent747d4c1cb1302942101e6a79d5753edb34461b60
Do not focus when opening Picker Popup

[Title] Do not focus when opening Picker Popup
[Issue#] N_SE-42734, N_SE-43124
[Problem] even thogh picker popup is displayed, the text is inserted
          to webview using host keyboard
[Cause] key callback is called because webview has focus.
[Solution] do not focus when opening Picker Popup

Change-Id: I22248cda47ac56acae05d3bfb1ddea3f8b10e67f
Source/WebKit2/UIProcess/WebPageProxy.cpp