Selection mode is enabled in case that selection is performed by javascript or keyboa...
authorYuni Jeong <yhnet.jung@samsung.com>
Fri, 30 Aug 2013 12:54:18 +0000 (21:54 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 2 Sep 2013 05:17:27 +0000 (05:17 +0000)
commitc0b5fe649b35e6971df67e06f0126ce578dc3c2f
tree6dc9eab710631ac8bb76377780b5bf39a693480b
parent4a1ccd7297c377dfa7965ee90324e418c1649b4d
Selection mode is enabled in case that selection is performed by javascript or keyboard 'ctrl+a'.

[Title] Selection mode is enabled in case that selection is performed by javascript or keyboard 'ctrl+a'.
[Issue#] N_SE-49925
[Problem] When selection is performed by javascript or keyboard 'ctrl+A',
          selection handle is not displayed.
[Cause] Not implemented in this case.
[Solution] Although selection mode is false, if there is selection range,
           selection mode is enabled and handle is displayed.

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