Fixed paste issue after selecting word in inputbox
authorprathmesh.m <prathmesh.m@samsung.com>
Tue, 2 Apr 2013 06:18:50 +0000 (15:18 +0900)
committerprathmesh.m <prathmesh.m@samsung.com>
Wed, 3 Apr 2013 02:28:02 +0000 (11:28 +0900)
commita897895ed422cc617702eac11c8e866ac74816dd
tree94f945fe32911b6d6b877575abc82043d8444893
parentee189b1793c9055c3827ab11b0449201d860825c
Fixed paste issue after selecting word in inputbox

[Title] Fixed paste issue after selecting word in inputbox
[Issue#] WEB-2907
[Problem] Copy some text and paste in edit filed, the seleced
   text is not getting replaced insteed getting appended
[Cause] Selection was getting cleared before the paste call
   was made due to with the paste function was not getting the
   selected text so it was appending isteed of replacing the
   text
[Solution] Removed the code for clearing of the text

Change-Id: I24d643abd5d4e6a597c5970c8dea36c20804a869
Source/WebKit2/UIProcess/WebPageProxy.cpp