FindOnPage <br> tag issue 49/77849/4
authorHyeKyoung Hwang <cookie@samsung.com>
Fri, 1 Jul 2016 09:03:45 +0000 (18:03 +0900)
committerDariusz Frankiewicz <d.frankiewic@samsung.com>
Mon, 4 Jul 2016 09:51:51 +0000 (11:51 +0200)
[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 <br> tag, it change to tag:   "br" "";
[Verify] Check the FindOnPage

Change-Id: I06a3d4d4b6e08478e0866d31eb5978e3bd140cbe
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
services/BookmarkFlowUI/edc/BookmarkFlowUI_mob.edc [changed mode: 0644->0755]
services/FindOnPageUI/edc/FindOnPage.edc [changed mode: 0644->0755]
services/SettingsUI/edc/AutoFill_mob.edc [changed mode: 0644->0755]
services/SimpleUI/edc/InputPopup.edc [changed mode: 0644->0755]
services/SimpleUI/edc/InputPopup_mob.edc [changed mode: 0644->0755]
services/WebPageUI/edc/URIEntry.edc [changed mode: 0644->0755]
services/WebPageUI/edc/URIEntry_mob.edc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 0fc19b1..c6b432e
@@ -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 {
old mode 100644 (file)
new mode 100755 (executable)
index 25c923f..45f2816
@@ -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 {
old mode 100644 (file)
new mode 100755 (executable)
index e22d9c3..1e71e8d
@@ -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 {
old mode 100644 (file)
new mode 100755 (executable)
index 9624028..01e181e
@@ -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 {
old mode 100644 (file)
new mode 100755 (executable)
index d5a82c5..175d8c8
@@ -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 {
old mode 100644 (file)
new mode 100755 (executable)
index ebfda90..efb86c4
@@ -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 {
old mode 100644 (file)
new mode 100755 (executable)
index c886e5c..9837bfc
@@ -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 {