elm autofocus show - fix cases where focus is inside containers
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 10 Sep 2015 09:29:24 +0000 (18:29 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 10 Sep 2015 09:29:24 +0000 (18:29 +0900)
commitaa5b83d76aa371e6de4e0a1c45cc31e72646ecdf
tree07e786f715aa258ebfb69d652b0069985bf78962
parentcfff788b62d742fee76655026063719dc149f81e
elm autofocus show - fix cases where focus is inside containers

i found that the focus doesnt auto-show when focusing things inside
scrollers and so on. i had to add more points to trigger auto show.
this fixes that

@fix
17 files changed:
src/lib/elc_ctxpopup.c
src/lib/elc_hoversel.c
src/lib/elc_player.c
src/lib/elc_popup.c
src/lib/elm_calendar.c
src/lib/elm_colorselector.c
src/lib/elm_diskselector.c
src/lib/elm_gengrid.c
src/lib/elm_genlist.c
src/lib/elm_list.c
src/lib/elm_priv.h
src/lib/elm_scroller.c
src/lib/elm_slideshow.c
src/lib/elm_toolbar.c
src/lib/elm_video.c
src/lib/elm_widget.c
src/lib/elm_win.c