Fix keypad blinking issue
authorSangYong Park <sy302.park@samsung.com>
Thu, 11 Apr 2013 12:11:04 +0000 (21:11 +0900)
committerSangYong Park <sy302.park@samsung.com>
Thu, 11 Apr 2013 12:14:37 +0000 (21:14 +0900)
commit326df8a9c5296ee073bb3652a5e5587010d1158d
tree6282343405772d7516bbc444730bdce7cb750b4e
parent0c5d6586a79cf45a145851f1dc58e5ab73a94d84
Fix keypad blinking issue

[Title] Fix keypad blinking issue
[Issue#] N_SE-33450 N_SE-33881
[Problem] Keypad did showing when ewk view has focus
[Cause] Ewk view has focus before handling tap event
[Solution] Set focus to ewk view after handling tap event

Change-Id: Ib4387c6024c71d474120a9ceb7180846aa9c1e9b
Source/WebKit2/UIProcess/API/efl/EwkViewImpl.cpp
Source/WebKit2/UIProcess/API/efl/EwkViewImpl.h
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/WebPageProxy.cpp