[TBT][input][Non-ACR][TFDF-11368 , default keyboard enter key was not working] 53/241153/3 tizen_5.5_wearable
authorNibha Sharma <nibha.sharma@samsung.com>
Tue, 18 Aug 2020 06:47:08 +0000 (12:17 +0530)
committershobhit verma <shobhit.v@samsung.com>
Tue, 18 Aug 2020 07:45:19 +0000 (07:45 +0000)
Change-Id: Ic01480a860618169e6dbb0fb70478ec4a504a882
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/view/tbt-input-view.c

index 2cc385b4ff399f31615b6312003f214d358084f4..613791800fe8115a5333d4fabf86a9e72fac40a8 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index 7fd7b1730500ade99e779710a0a36e7ba882c54c..4935187863b684f6441e039d705d8a474464b593 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index 0bec03a3800a695f4a55f788cfb936d9380a888a..8b69c3fca8b4cef4827115dc22ff65280fcf5019 100644 (file)
@@ -68,7 +68,6 @@ input_view *input_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_Object_Ite
 
     common_view_add(navi, tbt_info, item, this->view, _app_destroy_cb, this);
        RETVM_IF(NULL == this->view, NULL, "navi is null");
-
        if(this->view->tbt_info->apptype == TBT_APP_IDEV_NUM_KEYPAD)
        {
                this->input_text = ui_utils_entry_add(this, this->view->layout,  ELM_INPUT_PANEL_LAYOUT_NUMBER, "");
@@ -85,7 +84,7 @@ input_view *input_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_Object_Ite
                elm_object_part_text_set(this->input_text, PART_ENTRY_GUIDE, "Enter IP:");
        }
 
-
+         elm_entry_single_line_set (this->input_text, EINA_FALSE);
        elm_object_part_content_set(this->view->layout, "1cnt", this->input_text);
 
        Elm_Input_Panel_Layout  l;
@@ -95,7 +94,6 @@ input_view *input_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_Object_Ite
     return this;
 }
 
-
 /**
  * @function           _app_destroy_cb
  * @since_tizen                2.3