Fix for clipboard and selection handler disappear, when tapping selected word or...
authorSudarshan C P <sudarshan.cp@samsung.com>
Mon, 2 Sep 2013 23:19:58 +0000 (04:49 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 17 Oct 2013 08:30:40 +0000 (08:30 +0000)
commit0b60dfbde14d0f5a093e7c69e1c96c75798acf81
treede67e96a38b302536f90f6aec49e21baea70a0a3
parent88a30475e4a654d954c9fee3e5ae542591745db4
Fix for clipboard and selection handler disappear, when tapping selected word or outside, inside the input element.

    [Title]  Fix for clipboard and selection handler disappear, when tapping
             selected word or outside, inside the input element.
    [Issue#] P130830-04620
    [Problem] Selecting clipboard option in context menu, selection handler disappear,
              and tapping selecting word or outside clipboard disappear.
    [Cause] On selecting clipboard option,update selection handler is disable, and deleting
            clipboard window on tapping again on the input element.
    [Solution] After selecting the clipboard option,updating the selection handler and added new
               logic to retain the clipboard window after tapping on input element.

Change-Id: I5e96a6c2d956229cbb52c0aa2439387d7b95f20c
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/tizen/ClipboardHelper.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp