[WK2] Fix for not displaying of paste menu on edit field context
authorprathmesh.m <prathmesh.m@samsung.com>
Fri, 31 Aug 2012 05:02:37 +0000 (14:02 +0900)
committerprathmesh.m <prathmesh.m@samsung.com>
Fri, 31 Aug 2012 05:02:37 +0000 (14:02 +0900)
commit3a725b7efeecff864491ac4e21bc5aace66678b0
tree8cf3e9dd9c6e72942ba0a801de2d33bd15c570a2
parentcafef2155b6c156de96eac9b4fa47189b4b1f226
[WK2] Fix for not displaying of paste menu on edit field context

[Version] N/A
[Project] N/A
[Title] fails to "paste" the "cut"ed text ,"paste" option not displaying
for blank form fields.
[BinType] N/A
[Customer] N/A
[Issue#] WEB-1082
[Problem] paste was not displayed after selecting cut in editbox
[Cause] page pointer in pasteboard is null when cut is selected before
copy is selected
[Solution] assigned page pointer as its assigned in case of copy
[Team] Browser(WCS)
[Developer] Prathmesh.m
[Request] N/A
[Horizontal expansion] N/A
[SCMRequest] N/A

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