Clear the text highlight when a user taps the input field
authorJinwoo Song <jinwoo7.song@samsung.com>
Thu, 27 Jun 2013 01:42:51 +0000 (10:42 +0900)
committerJinwoo Song <jinwoo7.song@samsung.com>
Thu, 27 Jun 2013 01:50:22 +0000 (10:50 +0900)
commit60a0c62bd01976b0e48433ca14216b3a7c175c74
tree63a9005f5b98f089d34275a1bd8faf27995eb914
parent349eb7c44a24c3ab56a7f135893eba102f689fb5
Clear the text highlight when a user taps the input field

[Title] Clear the text highlight when a user taps the input field
[Issue#] N_SE-43213
[Problem] Text highlight are remained in input field eventhough user input another text.
[Cause] Text highlight are not cleared.
[Solution] Clare the text highlight when a user inputs text.

Change-Id: I0a07cac7c70484878f6d7211eff2b4018d0c37c3
Source/WTF/wtf/Platform.h
Source/WebCore/page/EventHandler.cpp