atspi: do not accept ELM_ATSPI_ROLE_IMAGE_MAP 78/163678/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 29 Nov 2017 12:14:19 +0000 (21:14 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 13 Dec 2017 01:16:59 +0000 (10:16 +0900)
commitebf269fa23e5ff036bcc4b8662b30328579076c7
tree40df4835f6c7224f2826e9c81663ba44251550ce
parent6292aca2b931efbe286dec1dd92127d1b26a9dd8
atspi: do not accept ELM_ATSPI_ROLE_IMAGE_MAP

There are two widgets using ELM_ATSPI_ROLE_IMAGE_MAP role.
One is elm_mapbuf which does not have to grab highlight.
It does not make sense because the elm_mapbuf only works for its content.
The other is elm_map. So far the elm_map does not have to grab highlight, and
it seems that the ELM_ATSPI_ROLE_IMAGE_MAP is improper role for elm_map.
We have to find proper role for elm_map when it is neccesary to grab highlight.
So this patch set would be reasonable.

Change-Id: I8fc82c8f278b12f1e6367f4e40bf6b37c44b1481
src/lib/elm_widget.c