summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2015-08-27 10:00:39 +0530
committerAmitesh Singh <amitesh.sh@samsung.com>2015-08-27 10:07:48 +0530
commitffafa42e301100a5bd2afddaf6ee5eb83f5e80d7 (patch)
treeef56e88b65b334d9617ecbde41e8775aea634a26 /config
parent7ff06acf35ebfa275302ee054a0e2ccf1623614b (diff)
downloadelementary-ffafa42e301100a5bd2afddaf6ee5eb83f5e80d7.tar.gz
config: revert first_item_focus_on_first_focus_in to 0
This fixes a behavioural change introduced in D1135. Steps to reproduce: 1. elementary_test -> genlist/list/gengrid 2. scroll dragging the scroll-bar 3. an item nearest to viewport gets selected when you release the mouse button Most of the time, we don't want item to be selected or focused on dragging scroll-bar via mouse. Revert config flag to 0 to have old behaviour before D1135. fixes: T2662 @fix
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src.in2
-rw-r--r--config/mobile/base.src.in2
-rw-r--r--config/standard/base.src.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in
index f3b741eb7..83cff053f 100644
--- a/config/default/base.src.in
+++ b/config/default/base.src.in
@@ -48,7 +48,7 @@ group "Elm_Config" struct {
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 0;
value "item_select_on_focus_disable" uchar: 0;
- value "first_item_focus_on_first_focus_in" uchar: 1;
+ value "first_item_focus_on_first_focus_in" uchar: 0;
value "focus_move_policy" uchar: 0;
value "toolbar_shrink_mode" int: 3;
value "fileselector_expand_enable" uchar: 0;
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index 8c65a8b2f..8be5652e8 100644
--- a/config/mobile/base.src.in
+++ b/config/mobile/base.src.in
@@ -48,7 +48,7 @@ group "Elm_Config" struct {
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 0;
value "item_select_on_focus_disable" uchar: 0;
- value "first_item_focus_on_first_focus_in" uchar: 1;
+ value "first_item_focus_on_first_focus_in" uchar: 0;
value "focus_move_policy" uchar: 0;
value "toolbar_shrink_mode" int: 3;
value "fileselector_expand_enable" uchar: 0;
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index 38a9fb5b2..1b1cb849f 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -48,7 +48,7 @@ group "Elm_Config" struct {
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 1;
value "item_select_on_focus_disable" uchar: 0;
- value "first_item_focus_on_first_focus_in" uchar: 1;
+ value "first_item_focus_on_first_focus_in" uchar: 0;
value "focus_move_policy" uchar: 0;
value "toolbar_shrink_mode" int: 3;
value "fileselector_expand_enable" uchar: 1;