widget: Fix a bug in elm_widget_newest_focus_order_get.
authorWooHyun Jung <wh0705.jung@samsung.com>
Fri, 3 Jan 2014 11:02:30 +0000 (20:02 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Fri, 3 Jan 2014 11:02:30 +0000 (20:02 +0900)
commit9e7e4777de25ad29b1998a50ce2933e1ad77f286
treeba31ac03c4b192a3d3a500f5dfd7545985a332b6
parent45196320173fb7cb3a39ffbf3aa4ad6bc27b96d1
widget: Fix a bug in elm_widget_newest_focus_order_get.

When elm_widget_newest_focus_order_get is called with can_focus_only,
only focusable objects should be the candidates for newest focused object.
But there are cases that unfocusable object add +1 to newest_focus_order.
src/lib/elm_widget.c