entry_cnp: disable the primary selection type from entry 98/81198/1
authorThiep Ha <thiep.ha@samsung.com>
Fri, 22 Jul 2016 14:40:53 +0000 (23:40 +0900)
committerThiep Ha <thiep.ha@samsung.com>
Fri, 22 Jul 2016 14:40:53 +0000 (23:40 +0900)
commit519bb9c7e5551c234162e8419b5fa632027c28f3
tree7557a32806d7cccdcfcdcf139505072a0accf7f6
parent47beff50f14e4435be9222ee74b3c7ea73861598
entry_cnp: disable the primary selection type from entry

Since the wayland protocol does not support multiple
selection types, many issues related to the multiple
selection types happens.
We disable the primary selection type to fix related
bugs of clipboard copy paste.
When the wayland protocol supports multiple selection
types, we should enable all types in entry.
TC: copy text to entry, add new text, select all text,
paste -> selection remained, text is not pasted.
@tizen_fix

Change-Id: Ide30aafaeca5ce0d59d653770eca4253cb772681
Signed-off-by: Thiep Ha <thiep.ha@samsung.com>
src/lib/elm_entry.c