Fix the incorrect behavior tap sound
authorSanghyup Lee <sh53.lee@samsung.com>
Mon, 24 Jun 2013 14:24:36 +0000 (23:24 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 1 Jul 2013 05:47:14 +0000 (05:47 +0000)
commitb981ed488bb831eba602aa7a54bfd9d2aaa4080e
treeb8401599394c54b4ed7d7e7e5d2261666430d56c
parenta58a6b2cfa5eddff0a50be4bf0a6054e1e355fa3
Fix the incorrect behavior tap sound

[Title] Fix the incorrect behavior tap sound
[Issue#]
[Problem] There is tap sound when you tap element with tabIndex attribute.
[Cause] We don't need to check element with tabIndex attribute.
[Solution] Change the conditions to play tap sound.
           Add the conditions about <a>, <area>, <button>, <input>, <summary> instead of using supportsFocus()

Change-Id: I8025ed44114d8ec951fc71e50fa663036d09a4c4
Source/WebCore/page/EventHandler.cpp