Remove ellipsis from find on page entry. 41/78141/1
authorDariusz Frankiewicz <d.frankiewic@samsung.com>
Mon, 4 Jul 2016 10:23:06 +0000 (12:23 +0200)
committerDariusz Frankiewicz <d.frankiewic@samsung.com>
Mon, 4 Jul 2016 10:23:06 +0000 (12:23 +0200)
[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-5300
[Problem]  Cannot scroll entry text.
[Solution] Remove ellipsis from text style.
[Verify]   Find some long text by find on page and try to scrool text
           inside entry field.

Change-Id: I88a425611652af70ed62a1d673fe0c8401a56cdc

services/FindOnPageUI/edc/FindOnPage.edc

index 45f28164fcafd3d30788b0eed29d7c1a08883564..d23b79eebe81dd69fc89cf639dc0f12f2ac4e47f 100755 (executable)
@@ -109,12 +109,12 @@ collections {
       styles {
          style {
             name: "fop-entry-style-unselected";
-            base: "font=Sans font_size="28" wrap=none ellipsis="1.0" color=#969696";
+            base: "font=Sans font_size="28" wrap=none color=#969696";
             tag:  "br" "";
          }
          style {
             name: "fop-entry-style-selected";
-            base: "font=Sans font_size="28" wrap=none ellipsis="1.0" color=#4088d3";
+            base: "font=Sans font_size="28" wrap=none color=#4088d3";
             tag:  "br" "";
          }
       }