From: Nibha Sharma Date: Tue, 30 Jun 2020 12:50:07 +0000 (+0530) Subject: [TBT][NonACR][Autofill][Minor changes done in info and text label] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9c12b552a8f7da6a40b59dbe9c76925df549043;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][NonACR][Autofill][Minor changes done in info and text label] Change-Id: I6041dc2446c3b74afd1f5f1815c3697323868c94 Signed-off-by: Nibha Sharma --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 209e36d..653a019 100755 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 diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index 95fd7a8..dafa00e 100755 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 diff --git a/tbtcoreapp/src/model/tbt-list.c b/tbtcoreapp/src/model/tbt-list.c old mode 100644 new mode 100755 index 40eaf04..85cfdf4 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -2560,7 +2560,7 @@ static tbt_info tbtapps[] = .parent = "Autofill", .apptype = TBT_APP_AUTOFILL, .icon_name = "dummy", - .info = "1. In 'Settings' select 'Autofill service' and then 'Tizen autofill service.'.
2.Launch Autofill TC, enter any string in given field, exit by pressing back key.
3.Lauch Autofill TC again, click on 'Login with Autofill' button.
4.The data entered before will be filled in the entry box", + .info = "1. In 'Settings' select 'Autofill service' and then 'Tizen autofill service.'.
2.Launch Autofill TC, enter any string in given label, exit by pressing back key.
3.Lauch Autofill TC again, click on 'Login with Autofill' button.
4.The data entered before will be filled in the label", .result = 0 }, #endif diff --git a/tbtcoreapp/src/view/tbt-autofill-view.c b/tbtcoreapp/src/view/tbt-autofill-view.c index b3ba0e1..8312ef9 100755 --- a/tbtcoreapp/src/view/tbt-autofill-view.c +++ b/tbtcoreapp/src/view/tbt-autofill-view.c @@ -87,7 +87,8 @@ static bool fill_response_item_cb(autofill_fill_response_item_h item, void *user DBG("id : %s, value : %s, presentation text : %s", id, value, presentation_text); if (id1 && strcmp(id, id1) == 0) - elm_object_part_text_set(input_entry1_handle, PART_ENTRY_GUIDE, value);/* show last group item */ + elm_object_text_set(input_entry1_handle, value); + // elm_object_part_text_set(input_entry1_handle, PART_ENTRY_GUIDE, value);/* show last group item */ if (id) free(id);