[WK2] Focus on input tag having a label tag
authorSeokju Kwon <seokju.kwon@samsung.com>
Sat, 8 Sep 2012 09:15:24 +0000 (18:15 +0900)
committerSeokju Kwon <seokju.kwon@samsung.com>
Sat, 8 Sep 2012 11:26:19 +0000 (20:26 +0900)
commit2f1463ff8f08fa4ff4e99abfbfad75cc5d57bc04
tree358ff6c30e2e9bf858bf816901192d86783557a7
parent0bac13978eb07fd1e4e83ba1fd7e72d0b052cca8
[WK2] Focus on input tag having a label tag

[Title] Focus on input tag having a label tag (www.tizen.org)
[Issue#] N/A
[Problem] Keypad doesn't appear when clicking an input tag
[Cause] Node under the mouse is label tag
[Solution] Check wheather mouse is pressed or not in dispatchFocusEvent

Change-Id: Ibadf925d46fc0c07ef8dfacbe84832b33078becc
Source/WebCore/dom/Node.cpp
Source/WebCore/page/EventHandler.cpp
Source/WebCore/page/FocusController.cpp