Fix keypad issue of printer icon in google maps
authorSangYong Park <sy302.park@samsung.com>
Wed, 17 Apr 2013 10:01:34 +0000 (19:01 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 17 Apr 2013 10:56:52 +0000 (19:56 +0900)
commit065d692f67d3b03999ec03625ddbabc8e92ac4da
treeeca2e32b094290b6e3436b8761683393021a59f3
parent31113beb8c7de1617235d6c45cb9924541414703
Fix keypad issue of printer icon in google maps

[Title] Fix keypad issue of printer icon in google maps
[Issue#] N_SE-34799
[Problem] keypad did shown after tapping printer icon
[Cause] google maps focus to edit field on load, and prevent raise tap event.
        in this case, webkit show keypad.
[Solution] show keypad if tap edit field

Change-Id: Ia94708c5d3bc7452c340f0dc021c4d6baccbe14b
Source/WebKit2/UIProcess/API/efl/EwkViewImpl.cpp
Source/WebKit2/UIProcess/API/efl/EwkViewImpl.h
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp