kimcinoo pushed a commit to branch master.
commit 3a0696816837a753d5901e088f035ffa99f186cd
Author: Shinwoo Kim <[email protected]>
Date: Fri May 3 19:53:56 2013 +0900
[access][gengrid] fix: gengrid does not work under the accessibility
---
ChangeLog | 4 ++++
NEWS | 1 +
src/lib/elm_gengrid.c | 3 +++
3 files changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 7838231..1c17528 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1327,3 +1327,7 @@
2012-05-02 ChunEon Park (Hermet)
* Don't be dead even if a ctxpopup item callback function is null.
+
+2012-05-03 Shinwoo Kim
+
+ * Fix gengrid does not work under the accessibility.
diff --git a/NEWS b/NEWS
index 1186efe..2d1ea7d 100644
--- a/NEWS
+++ b/NEWS
@@ -223,6 +223,7 @@ Fixes:
* Fix elm_object_cursor_theme_search_enabled_set to do as it's name
described.
* Elm_entry_filter_accept_set function now can recognize tags.
* Don't be dead even if a ctxpopup item callback is null.
+ * Fix gengrid does not work under the accessibility.
Removals:
diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c
index 493bca5..e831ff5 100644
--- a/src/lib/elm_gengrid.c
+++ b/src/lib/elm_gengrid.c
@@ -4012,6 +4012,9 @@ _class_constructor(Eo_Class *klass)
};
eo_class_funcs_set(klass, func_desc);
+ if (_elm_config->access_mode)
+ _elm_gengrid_smart_focus_next_enable = EINA_TRUE;
+
evas_smart_legacy_type_register(MY_CLASS_NAME, klass);
}
static const Eo_Op_Description op_desc[] = {
--
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2