Fix orange autofocus issue
authorSangYong Park <sy302.park@samsung.com>
Tue, 24 Sep 2013 05:08:13 +0000 (14:08 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 25 Sep 2013 02:10:56 +0000 (02:10 +0000)
commitdad41d17b5d1c0e76f51667490c23d715fbd60d9
tree4063604ae04b7b897b9b8d43f86e1409ac917556
parentd7131e3c2cb34add3388533bbba83422ebb760db
Fix orange autofocus issue

[Title] Fix orange autofocus issue
[Issue#] P130912-00225
[Problem] Do not focus to input element that has autofocus attribute.
[Cause] Do not notify editor state when node in selection range was attached.
[Solution] Notify editor state when node in selection range was attached.

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