fix jira iisue N_SE-46358
authorChangyong Jeon <fin10.jeon@samsung.com>
Mon, 15 Jul 2013 07:34:41 +0000 (16:34 +0900)
committerChangyong Jeon <fin10.jeon@samsung.com>
Mon, 15 Jul 2013 10:52:41 +0000 (19:52 +0900)
Change-Id: I8760faf8867c85e28190e94eb13fbc7104b5658f

src/ClEventEditorForm.cpp
src/ClReminderForm.cpp

index 9e01661..c91a04a 100644 (file)
@@ -602,7 +602,7 @@ void
 EventEditorForm::OnSectionTableViewItemStateChanged(SectionTableView& tableView, int sectionIndex, int itemIndex,
                                                                                                                 TableViewItem* pItem, TableViewItemStatus status)
 {
-       SetFocus();
+       pItem->SetFocus();
        LinkedList* pList = null;
        switch (sectionIndex)
        {
index b1453ad..c00df57 100644 (file)
@@ -92,6 +92,7 @@ ReminderForm::OnInitializing(void)
        pTimeUnitSelector->AddItem(ResourceManager::GetString(IDS_CLD_BODY_DAY_LC_ABB), REMINDER_TIME_UNIT_DAY);
        pTimeUnitSelector->AddItem(ResourceManager::GetString(IDS_CLD_BODY_WEEK_LC_ABB), REMINDER_TIME_UNIT_WEEK);
        pTimeUnitSelector->AddActionEventListener(*this);
+       pTimeUnitSelector->SetFocusable(true);
        __pContextMenuTimeUnitSelector = pTimeUnitSelector;
 
        return E_SUCCESS;