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:
4f42e7b
)
[fix] Disable looping from first to last UI element during backward navigation
29/79729/1
author
Lukasz Oleksak
<l.oleksak@samsung.com>
Tue, 12 Jul 2016 12:39:55 +0000
(14:39 +0200)
committer
Lukasz Oleksak
<l.oleksak@samsung.com>
Tue, 12 Jul 2016 12:39:55 +0000
(14:39 +0200)
Change-Id: Ic1d8067c150685e8dbab75402ba05acfd2423f66
src/flat_navi.c
patch
|
blob
|
history
diff --git
a/src/flat_navi.c
b/src/flat_navi.c
index 7b94e179663cb71187c401daa46e21b729d639c3..9c9013e23d7bc03751c69e894f6df64aecfcda89 100644
(file)
--- a/
src/flat_navi.c
+++ b/
src/flat_navi.c
@@
-448,7
+448,7
@@
AtspiAccessible *_directional_depth_first_search(AtspiAccessible * root, AtspiAc
g_object_unref(next_related_in_direction);
}
- Eina_Bool all_children_visited = (start &&
start != root &&
next_sibling_idx_modifier < 0)?EINA_TRUE:EINA_FALSE;
+ Eina_Bool all_children_visited = (start && next_sibling_idx_modifier < 0)?EINA_TRUE:EINA_FALSE;
while (node) {
AtspiAccessible *prev_related_in_direction = (next_sibling_idx_modifier > 0)