Entry: add markup cnp handlers

Desktop / Enlightenment / Elementary - Daniel Hirt [samsung.com] - 30 November 2015 08:41 UTC

In Elm_Cnp, a markup data preparer was missing, which resulted in _x11_notify_handler_targets not requesting "application/x-elementary-markup" (requested "UTF8_STRING" instead) when trying to paste markup text from one entry to another (or itself).

Also, there was a missing handling in the selection data callback for ELM_SEL_FORMAT_MARKUP data format.

This fixes issues like not being able to paste "item" formats to the entry widget.

@fix

e03e50b Entry: add markup cnp handlers
src/lib/elm_cnp.c | 13 +++++++++++++
src/lib/elm_entry.c | 4 ++++
2 files changed, 17 insertions(+)

Upstream: git.enlightenment.org


  • Share