Fixed context menu issue in email.
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 22 Aug 2012 14:47:47 +0000 (23:47 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Thu, 23 Aug 2012 08:36:02 +0000 (17:36 +0900)
commit2970b5ee9943b455da5e80c47db33c34fcfd96f9
tree40ea8711e9454e5a97d5d48cbb7eb663af562cde
parentb809e4b9d1b15f4932e2c901006da41d301e176b
Fixed context menu issue in email.

[Title] Fixed context menu issue in email.
[Issue#] S1-7512
[Problem] [email] can't see pasted text after paste from context menu
[Cause] Because text selection mode is not changed to OFF.
        - 'paste' context menu is context menu releated to text selection.
[Solution] modify that text selection is set to off after selecting 'paste' & customized context menu.

Change-Id: Iadd3e3bb8970a7854b687fe2eacc1275206856f7
Source/WebKit2/UIProcess/PageClient.h [changed mode: 0644->0755]
Source/WebKit2/UIProcess/WebPageProxy.cpp