ami pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=ffafa42e301100a5bd2afddaf6ee5eb83f5e80d7

commit ffafa42e301100a5bd2afddaf6ee5eb83f5e80d7
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Thu Aug 27 10:00:39 2015 +0530

    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
---
 config/default/base.src.in  | 2 +-
 config/mobile/base.src.in   | 2 +-
 config/standard/base.src.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/default/base.src.in b/config/default/base.src.in
index f3b741e..83cff05 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 8c65a8b..8be5652 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 38a9fb5..1b1cb84 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;

-- 


Reply via email to