Handle keypad while WebPage sets the focus automatically
authorSeokju Kwon <seokju.kwon@samsung.com>
Mon, 10 Sep 2012 08:48:26 +0000 (17:48 +0900)
committerSeokju Kwon <seokju.kwon@samsung.com>
Mon, 10 Sep 2012 09:06:34 +0000 (18:06 +0900)
commitb4f97073d8304731757b5644952eac270b9e1b6f
treec39519ce3ee3313ddb6f11ae0b2408313147b220
parent965a5de0acd2ada2d8b369ae1feb3fca0b679bb0
Handle keypad while WebPage sets the focus automatically

[Title] Handle keypad while WebPage sets the focus automatically
[Issue#] N_SE-9788
[Problem] Keypad shows up when node get the focus automatically
[Cause] Get the focus an ediable node with clicking another node
[Solution] Add code to check a node under the mouse

Change-Id: I15a50813ede57ec23e1b42107cec1f1f4d6e4a42
Source/WebCore/page/FocusController.cpp