From: HyeKyoung Hwang Date: Fri, 1 Jul 2016 09:03:45 +0000 (+0900) Subject: FindOnPage
tag issue X-Git-Tag: submit/tizen_mobile/20160705.042316~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e4a7be74d8da42f79ad84b12dafefeff399699f;p=profile%2Fcommon%2Fapps%2Fweb%2Fbrowser.git FindOnPage
tag issue [Issue] http://suprem.sec.samsung.net/jira/browse/TSAM-5300 [Problme] When the multi line selected and then Find On Page, the text is cut [Solution] When the
tag, it change to tag: "br" ""; [Verify] Check the FindOnPage Change-Id: I06a3d4d4b6e08478e0866d31eb5978e3bd140cbe Signed-off-by: HyeKyoung Hwang --- diff --git a/services/BookmarkFlowUI/edc/BookmarkFlowUI_mob.edc b/services/BookmarkFlowUI/edc/BookmarkFlowUI_mob.edc old mode 100644 new mode 100755 index 0fc19b13..c6b432e1 --- a/services/BookmarkFlowUI/edc/BookmarkFlowUI_mob.edc +++ b/services/BookmarkFlowUI/edc/BookmarkFlowUI_mob.edc @@ -126,10 +126,12 @@ collections { base_scale: 2.6; style { name: "browser-entry-uri-style-unselected"; base: "font=Tizen:style=Regular font_size=40 wrap=none color=#969696 align=0.0"; + tag: "br" ""; } style { name: "browser-entry-uri-style-selected"; base: "font=Tizen:style=Regular font_size=40 wrap=none color=#333333 align=0.0"; + tag: "br" ""; } } data { diff --git a/services/FindOnPageUI/edc/FindOnPage.edc b/services/FindOnPageUI/edc/FindOnPage.edc old mode 100644 new mode 100755 index 25c923f4..45f28164 --- a/services/FindOnPageUI/edc/FindOnPage.edc +++ b/services/FindOnPageUI/edc/FindOnPage.edc @@ -110,10 +110,12 @@ collections { style { name: "fop-entry-style-unselected"; base: "font=Sans font_size="28" wrap=none ellipsis="1.0" color=#969696"; + tag: "br" ""; } style { name: "fop-entry-style-selected"; base: "font=Sans font_size="28" wrap=none ellipsis="1.0" color=#4088d3"; + tag: "br" ""; } } parts { diff --git a/services/SettingsUI/edc/AutoFill_mob.edc b/services/SettingsUI/edc/AutoFill_mob.edc old mode 100644 new mode 100755 index e22d9c3a..1e71e8d7 --- a/services/SettingsUI/edc/AutoFill_mob.edc +++ b/services/SettingsUI/edc/AutoFill_mob.edc @@ -567,6 +567,7 @@ group { style { name: "entry-style"; base: "font=Sans:style=SVD_Medium font_size="42" wrap=none color=#969696"; + tag: "br" ""; } } parts { diff --git a/services/SimpleUI/edc/InputPopup.edc b/services/SimpleUI/edc/InputPopup.edc old mode 100644 new mode 100755 index 9624028a..01e181e9 --- a/services/SimpleUI/edc/InputPopup.edc +++ b/services/SimpleUI/edc/InputPopup.edc @@ -95,10 +95,12 @@ collections{ style { name: "input_text_style"; base: "font=BreezeSans:style=Light font_size=50 wrap=none color=#333333 align=0.0 valign=0.5 ellipsis=1.0"; //68 + tag: "br" ""; } style { name: "guide_text_style"; base: "font=BreezeSans:style=Light font_size=50 wrap=none color=#969696 align=0.0 valign=0.5 ellipsis=1.0"; //68 + tag: "br" ""; } } data { diff --git a/services/SimpleUI/edc/InputPopup_mob.edc b/services/SimpleUI/edc/InputPopup_mob.edc old mode 100644 new mode 100755 index d5a82c59..175d8c89 --- a/services/SimpleUI/edc/InputPopup_mob.edc +++ b/services/SimpleUI/edc/InputPopup_mob.edc @@ -95,10 +95,12 @@ collections{ style { name: "input_text_style"; base: "font=Tizen:style=Regular font_size=40 wrap=none color=#333333 align=0.0"; + tag: "br" ""; } style { name: "guide_text_style"; base: "font=Tizen:style=Regular font_size=40 wrap=none color=#969696 align=0.0 ellipsis=1"; + tag: "br" ""; } } data { diff --git a/services/WebPageUI/edc/URIEntry.edc b/services/WebPageUI/edc/URIEntry.edc old mode 100644 new mode 100755 index ebfda901..efb86c49 --- a/services/WebPageUI/edc/URIEntry.edc +++ b/services/WebPageUI/edc/URIEntry.edc @@ -62,14 +62,17 @@ collections { base_scale: 2.0; style { name: "browser-entry-uri-style-unselected"; base: "font=Sans:style=SVD_Medium font_size="42" wrap=none color=#969696"; + tag: "br" ""; } style { name: "browser-entry-uri-style-selected"; base: "font=Sans:style=SVD_Medium font_size="42" wrap=none ellipsis="0.0" color=#4088d3"; + tag: "br" ""; } style { name: "browser-entry-uri-style-selected-incognito"; base: "font=Sans:style=SVD_Medium font_size="42" wrap=none ellipsis="0.0" right_margin="60" color=#4088d3"; + tag: "br" ""; } } data { diff --git a/services/WebPageUI/edc/URIEntry_mob.edc b/services/WebPageUI/edc/URIEntry_mob.edc old mode 100644 new mode 100755 index c886e5c9..9837bfc0 --- a/services/WebPageUI/edc/URIEntry_mob.edc +++ b/services/WebPageUI/edc/URIEntry_mob.edc @@ -122,14 +122,17 @@ RESOURCE_IMAGE_LOSSY("ic_lock_unsecure.png") style { name: "browser-entry-uri-style-unselected"; base: "font=Sans:style=SVD_Medium font_size="40" wrap=none color=#969696"; + tag: "br" ""; } style { name: "browser-entry-uri-style-selected"; base: "font=Sans:style=SVD_Medium font_size="40" wrap=none color=#4088d3"; + tag: "br" ""; } style { name: "browser-entry-uri-style-selected-incognito"; base: "font=Sans:style=SVD_Medium font_size="40" wrap=none color=#4088d3"; + tag: "br" ""; } } data {