Fix for JIRA issue N_SE-56479
authorPrakalathan Ponnusamy <prakalath.p@samsung.com>
Tue, 29 Oct 2013 07:07:00 +0000 (12:37 +0530)
committerPrakalathan Ponnusamy <prakalath.p@samsung.com>
Tue, 29 Oct 2013 07:07:00 +0000 (12:37 +0530)
Change-Id: I0c94b688c2ea50d57b79cd684854b722d43828f6

src/ui/controls/FUiCtrl_GroupContainer.cpp

index fe06e2e..38dcbe9 100644 (file)
@@ -267,6 +267,8 @@ _GroupContainer::Initialize(const FloatRectangle& rect, int rowCount, int column
        r = AttachSystemChild(*__pSystemControl);
        SysTryCatch(NID_UI_CTRL, r == E_SUCCESS, , r, "Propagating.", GetErrorMessage(r));
 
+       __pSystemControl->SetFocusable(false);
+
        __pContentProvider = new (std::nothrow) GroupContainerContentProvider();
        SysTryCatch(NID_UI_CTRL, __pContentProvider != null, , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));