Move key press commands clearing code to after key up event
authorSangYong Park <sy302.park@samsung.com>
Tue, 27 Aug 2013 12:54:16 +0000 (21:54 +0900)
committerSangYong Park <sy302.park@samsung.com>
Wed, 28 Aug 2013 00:12:14 +0000 (09:12 +0900)
commit2e02e3cfdd2480db1970933c2a91af23093f9258
tree8a07c6423998e59503f1edf5975f6383d81711da
parenta925cbd27beeb55eb8274fc37496f396e1784042
Move key press commands clearing code to after key up event

[Title] Move key press commands clearing code to after key up event
[Issue#] P130822-07725
[Problem] Text was not entered when capital letter use
[Cause] Clear key press commands by continuous key down events
[Solution] Move key press commands clearing code to after key up event

Change-Id: I5040aa24adfb9179147519ed3dac975a89d5d2e9
Source/WebKit2/WebProcess/WebPage/WebPage.cpp
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp