Removed code to clear text selection after copying text by the 'copy' menu of context...
authorYuni Jeong <yhnet.jung@samsung.com>
Mon, 1 Apr 2013 13:46:13 +0000 (22:46 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Tue, 2 Apr 2013 04:57:19 +0000 (13:57 +0900)
commitacd15f4236768ad10c0cbff8fe329a7cc7a29b22
tree1fac2d2d27145d5deaa802881602286d189ba270
parent90e4d594ba080dd830da51f2e7760229333deab4
Removed code to clear text selection after copying text by the 'copy' menu of context menu.

[Title] Removed code to clear text selection after copying text by the 'copy' menu of context menu.
[Issue#] N/A
[Problem] After copying text, caret disappear and IME is not hidden.
          So, user can not enter text in input field.
[Cause] There is code to clear text selection after copying text.
[Solution] Removed code to clear text selection like copy operation of native app.

Change-Id: I7c661662337bb34dd163fea6152bfdc837d66fa0
Source/WebCore/page/ContextMenuController.cpp