Fix showing context menu on elements with style "-webkit-user-select:none".
authorBartlomiej Gajda <b.gajda@samsung.com>
Tue, 24 Feb 2015 13:37:54 +0000 (14:37 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit1d6380923d1796dd6a9f4c22af3bfb632b28a699
treed0cb0e5d7ead731b5cbd107ed5474ed11bb18694
parentdab3cc25a6bb9906315fb98f0f863bdb1b2a4eb4
Fix showing context menu on elements with style "-webkit-user-select:none".

[Issue] Elements which are not selectable, should also not show context menu
  on long press.
[Problem] Redundant showContextMenu() being called whenever LongPress ended.
[Solution] Trigger context menu only when neccessary.

[Requirment] WCS TC 49,50
[SPIN JIRA] TNEF-306
Reviewed by: Antonio Gomes, Jaesik Chang, Marcin Kolibabka, Piotr Grad

Change-Id: I841075559f2a82b94d5b4e3ecbcd485b5e119553
Signed-off-by: Bartlomiej Gajda <b.gajda@samsung.com>
tizen_src/impl/selection_controller_efl.cc