[WK2] Do not focus an element when autofocus is disabled.
authorSeokju Kwon <seokju.kwon@samsung.com>
Wed, 5 Sep 2012 11:07:24 +0000 (20:07 +0900)
committerSeokju Kwon <seokju.kwon@samsung.com>
Wed, 5 Sep 2012 12:09:39 +0000 (21:09 +0900)
commitd531e405d31bdc22bcf8f8eb6e8b93014a4de66e
treeccb8112a5be500bffa9babdacf46032b64bc11f4
parent95a33596a02f42cd9ec3c640e0c5a2fc1c1d509c
[WK2] Do not focus an element when autofocus is disabled.

[Title] Do not focus an element when Autofocus is disabled.
[Issue#] N_SE-8694
[Problem] Keypad appears when clicking empty space after loading
[Cause] Can't recognize whether mouse is pressed or not
[Solution] Disable focusing an element when autofocus is disabled

Change-Id: I39d2dafabde2afed06f0540d2d2082644672db30
Source/WebCore/dom/Element.cpp