On Thu, Apr 3, 2014 at 7:10 AM, Amitesh Singh <amitesh...@samsung.com> wrote:
> raster pushed a commit to branch master.
>
> http://git.enlightenment.org/core/elementary.git/commit/?id=bb1e8afde417aa2fa43c2ad4819bee5a3f9c98cb
>
> commit bb1e8afde417aa2fa43c2ad4819bee5a3f9c98cb
> Author: Amitesh Singh <amitesh...@samsung.com>
> Date:   Thu Apr 3 19:11:57 2014 +0900
>
>     focus: Added optional focus feature - item focus on selection.
>
>     Summary:
>     Currenly focus and selection happens together. This patch makes item focus
>     on selection optional by configuration and API.
>
>     - configuration: "item_focus_on_selection".
>     - API: elm_config_item_focus_on_selection_get/set.
>     - Implemented item_focus_on_selection feature in elm list.
>     @feature

So, let's see if I get this right. When we give focus to a list, it
will automatically
select the first item, thus triggering its callback and in some cases
never allowing
the user an option (I patched ctxpopup to not give focus to the inner
list for exactly
this problem).
Now we have an option to not focus the item when it is selected, but
the other case,
which is the really problematic one is still there. Are there plans on
fixing this any time soon?

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to