NABI issues resolution for crashes reported in TIZEN 2.2 RC5
authorGAURAV JAIN <gaurav.j3@samsung.com>
Sat, 29 Jun 2013 07:40:08 +0000 (13:10 +0530)
committerGAURAV JAIN <gaurav.j3@samsung.com>
Sat, 29 Jun 2013 07:40:08 +0000 (13:10 +0530)
Change-Id: I678997326f213afd336e96c36077e71fbda3c89b
Signed-off-by: GAURAV JAIN <gaurav.j3@samsung.com>
res/screen-density-xhigh/00_button_radio_normal1.png
res/screen-density-xhigh/00_button_radio_press1.png
src/MsgComposerForm.cpp
src/MsgConversationForm.cpp

index 22df054..24e8741 100644 (file)
Binary files a/res/screen-density-xhigh/00_button_radio_normal1.png and b/res/screen-density-xhigh/00_button_radio_normal1.png differ
index 7e5a8a1..14357c3 100644 (file)
Binary files a/res/screen-density-xhigh/00_button_radio_press1.png and b/res/screen-density-xhigh/00_button_radio_press1.png differ
index 7512f99..0c13ccb 100644 (file)
@@ -217,7 +217,7 @@ ComposerForm::OnUserEventReceivedN(RequestId requestId, IList* pArgs)
        case REQUEST_ENABLE_CONTROLS:
        {
                SetFormEnabled(true);
-               __pMsgComposePanel->SetFocus();
+               //__pMsgComposePanel->SetFocus();
                __pMsgComposePanel->ShowKeypad();
                __pMsgComposePanel->EnableSendButton(!__pMsgComposePanel->IsComposeFieldEmpty());
        }
index 662fc4f..6052b04 100644 (file)
@@ -1432,7 +1432,7 @@ ConversationForm::OnUserEventReceivedN(RequestId requestId, IList* pArgs)
                SetFormEnabled(true);
                if (__convFormType == CONVERSATION_LIST_FORM_VIEW)
                {
-                       __pMsgComposePanel->SetFocus(); // To avoid disabling of custom controls after getting back from other app control forms
+                       //__pMsgComposePanel->SetFocus();       // To avoid disabling of custom controls after getting back from other app control forms
                        __pMsgComposePanel->EnableSendButton(!__pMsgComposePanel->IsComposeFieldEmpty());
                        if(__isContactHelperAppLaunched)
                        {