Fix input picker issue
authorSangYong Park <sy302.park@samsung.com>
Tue, 9 Jul 2013 07:10:09 +0000 (16:10 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 10 Jul 2013 05:27:39 +0000 (05:27 +0000)
commit17cf3620bd51a9bf310617edfe0625f0e84af476
tree74711861cca45ee2150584f1d4042be620a16eb6
parent94bd84ef5e0fda859d8a417b036062171436adc7
Fix input picker issue

[Title] Fix input picker issue
[Issue#] N/A
[Problem] Data/time input picker did not showing
[Cause] ewk view has not focus
[Solution] Set focus to ewk view after handling tap event

Change-Id: I217b5954878cecff81fff1ba262d8398d1b3c8e6
Source/WebKit2/Shared/EditorState.cpp
Source/WebKit2/Shared/EditorState.h
Source/WebKit2/UIProcess/WebPageProxy.cpp
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h
Source/WebKit2/WebProcess/WebPage/WebPage.cpp