projects
/
platform
/
core
/
accessibility
/
screen-reader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5818978
)
Do not read "Image" when highlighting a Gengrid item
06/281006/1
accepted/tizen/6.0/unified/20220908.114059
accepted/tizen/6.0/unified/20220913.040903
submit/tizen_6.0/20220908.073130
submit/tizen_6.0/20220913.031228
author
Artur Świgoń
<a.swigon@samsung.com>
Wed, 7 Sep 2022 11:32:05 +0000
(13:32 +0200)
committer
Artur Świgoń
<a.swigon@samsung.com>
Wed, 7 Sep 2022 11:43:23 +0000
(11:43 +0000)
Change-Id: I1f23c7b5a65fb0326ba541b4225905728d6301f3
src/reading_composer.c
patch
|
blob
|
history
diff --git
a/src/reading_composer.c
b/src/reading_composer.c
index b9b090bf123f722e07169daf1b32d502ebc876b0..8cc1298e9ae61de7d8fc7a2bc4b96c3f4836c6fc 100644
(file)
--- a/
src/reading_composer.c
+++ b/
src/reading_composer.c
@@
-366,8
+366,6
@@
TIZEN_PROD_STATIC char *generate_description_trait(AtspiAccessibleReadingMateria
if (!parent) break;
AtspiRole parent_role = rm->parent_role;
if (parent_role == ATSPI_ROLE_TREE_TABLE) {
- ESAL(buf, _("IDS_BR_BODY_IMAGE_T_TTS"));
-
bool is_parent_multiselectable = STATE_SET_CONTAINS(rm->parent_states, ATSPI_STATE_MULTISELECTABLE);
if (is_parent_multiselectable) {