[WK2] fail to disable autofocus for ime
authorSeokju Kwon <seokju.kwon@samsung.com>
Fri, 7 Sep 2012 11:20:46 +0000 (20:20 +0900)
committerSeokju Kwon <seokju.kwon@samsung.com>
Fri, 7 Sep 2012 12:00:57 +0000 (21:00 +0900)
commit51e850bd66e3d389707303150d873d9db4735862
tree64342da48099ad8b91fb27a4ead409e1d6e88838
parentabc8b1072f276d061886a410e85c0918d6bbf10c
[WK2] fail to disable autofocus for ime

[Title] fail to disable autofocus for ime
[Issue#] N/A
[Problem] keypad show up and down rapidly
[Cause] Can't recognize whether mouse is pressed or not
[Solution] Check it in EventHandler::dispatchMouseEvent

Change-Id: Ie33e35061950ee78cc825fc71dde4b80bf9f0a35
Source/WebCore/dom/Element.cpp
Source/WebCore/page/Chrome.cpp
Source/WebCore/page/EventHandler.cpp
Source/WebKit2/UIProcess/PageClient.h
Source/WebKit2/UIProcess/WebPageProxy.cpp
Source/WebKit2/UIProcess/WebPageProxy.h
Source/WebKit2/UIProcess/WebPageProxy.messages.in
Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp
Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.h
Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp