Fix for "contextual popup appearing automatically after pressing back key from keyboa...
authorbhargavi.k <bhargavi.k@samsung.com>
Mon, 7 Oct 2013 08:03:07 +0000 (13:33 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 7 Oct 2013 11:09:19 +0000 (11:09 +0000)
commit5b2a428cd45a9c4544beaa88711df8b59103d75b
tree0ff814ee75853f01690f98b571c1954fdd4faef9
parent97222d97403b93721184f62f6bfed7841c5ae4f0
Fix for "contextual popup appearing automatically after pressing back key from keyboard settings"

[Title]  Fix for "contextual popup appearing automatically after pressing back key from keyboard settings"
[Issue#] N-SE-53465
[Problem] Contextual popup is shown without selecting the text in text field
[Cause] CompositionSelectionChange check is not added while shown popup.
[Solution] Added a required check while composition is ON, then contextual popup menu is not shown.

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