@tizen_fix
Issue Scenario:
1.When anchor is there and on click callback app launches new view
2.When long pressed over anchor, clicked should not be triggered, selection should happen, in issue scene selection and clicked both are happening
Change-Id: If8943ebb97f3debed6e0e8b67a3393cd7843b6f3
Signed-off-by: Minchul Lee <slotus.lee@samsung.com>
ELM_ENTRY_DATA_GET(data, sd);
+ // TIZEN_ONLY(20170106): Do not send anchor clicked when long pressed.
+ if (sd->long_pressed && !_elm_config->desktop_entry)
+ return;
+ //
+
p = emission + sizeof("nchor,mouse,clicked,");
ei.button = strtol(p, &p2, 10);
ei.name = p2 + 1;