Unable to Drag the content with Selection Handler.
authorManish R Gurnaney <m.gurnaney@samsung.com>
Wed, 21 Aug 2013 19:15:05 +0000 (00:45 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 26 Aug 2013 09:58:59 +0000 (09:58 +0000)
commita8756ff00a2fde30a6ef949d2135495ac8ee7b2e
treeef8f35b890503fc1eaeb4a48c512e2bbcc4af895
parent8cc3da9b2fc641fb88910849d2c863f42be5869a
Unable to Drag the content with Selection Handler.

[Title] Unable to Drag the content with Selection Handler.
[Issue#] P130812-05130
[Problem] Drag is not happening when content is Editable.
[Cause] Current Drag is blocked for the elements with
        ContentEditable equal to true.
[Solution] Do the calculation for both the elements whether
           contents are editable or not.

Change-Id: Ic102935d99b177c7ded86eafcd4bea7c15f33b23
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp