projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952610f
)
atspi: make datetime itself unacceptable object
75/152875/1
author
Shinwoo Kim
<cinoo.kim@samsung.com>
Wed, 27 Sep 2017 09:30:06 +0000
(18:30 +0900)
committer
Shinwoo Kim
<cinoo.kim@samsung.com>
Wed, 27 Sep 2017 09:30:06 +0000
(18:30 +0900)
This depends on UI definition. The datetime itself does not have highlight.
Only each part objects such as inc/dec button, year, month, and day in it.
Change-Id: I6a14dec2a24ee280ad19fa885acec0992acc9400
src/lib/elm_widget.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_widget.c
b/src/lib/elm_widget.c
index 99b19846ae2f0d561d6cd83f1549a08744d5d517..2b3290f6bfc45124f185084252c028d2e4e12821 100644
(file)
--- a/
src/lib/elm_widget.c
+++ b/
src/lib/elm_widget.c
@@
-7282,6
+7282,7
@@
_elm_widget_atspi_role_acceptable_check(Eo *obj)
case ELM_ATSPI_ROLE_EMBEDDED:
case ELM_ATSPI_ROLE_INVALID:
case ELM_ATSPI_ROLE_NOTIFICATION:
+ case ELM_ATSPI_ROLE_DATE_EDITOR:
return EINA_FALSE;
default:
break;