edje_entry: fix some preediting bugs 86/222086/6
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 9 Jan 2020 11:33:29 +0000 (20:33 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 10 Jan 2020 04:51:47 +0000 (04:51 +0000)
commit555b49a6d4140ffd743c7cc45ad686d4d60dc13d
tree21c55b695e8a1bf072d9bda0880f906d498d870e
parente9643ba10511d0dda345ba62ee202468d07c9bb9
edje_entry: fix some preediting bugs

Summary:
1. Attributes can come with random sequence.
   So, attribute list should be sorted based on start_index.
2. None tag can be used for some languages' preediting.
   So, the tag also needs to be handled the same with other tags.

This patch is still in review (https://phab.enlightenment.org/D11059).

Change-Id: Icb8a1da57da421264f212d3f44828d447e2e2400
src/lib/edje/edje_entry.c